/* html{filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);} */
@charset "UTF-8";
@font-face {
  font-family: 'Bold';
  src: url("/mainsite/template/page/index/font/SourceHanSansCN-Regular.otf");
  src: url("/mainsite/template/page/index/font/SourceHanSansCN-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ExtraLight';
  src: url("/mainsite/template/page/index/font/SourceHanSansCN-ExtraLight.otf");
  src: url("/mainsite/template/page/index/font/SourceHanSansCN-ExtraLight.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Heavy';
  src: url("/mainsite/template/page/index/font/SourceHanSansCN-Heavy.otf");
  src: url("/mainsite/template/page/index/font/SourceHanSansCN-Heavy.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Light';
  src: url("/mainsite/template/page/index/font/SourceHanSansCN-Light.otf");
  src: url("/mainsite/template/page/index/font/SourceHanSansCN-Light.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Medium';
  src: url("/mainsite/template/page/index/font/SourceHanSansCN-Regular.otf");
  src: url("/mainsite/template/page/index/font/SourceHanSansCN-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Normal';
  src: url("/mainsite/template/page/index/font/SourceHanSansCN-Normal.otf");
  src: url("/mainsite/template/page/index/font/SourceHanSansCN-Normal.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Regular';
  src: url("/mainsite/template/page/index/font/SourceHanSansCN-Regular.otf");
  src: url("/mainsite/template/page/index/font/SourceHanSansCN-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'YouSheBiaoTiHei';
  src: url("/mainsite/template/page/index/font/YouSheBiaoTiHei-2.ttf");
  src: url("/mainsite/template/page/index/font/YouSheBiaoTiHei-2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body, ol, ul, h1, h2, h3, h4, h5, h6, p, pre, th, td, dl, dd, form, fieldset, legend, article, aside, figcaption, figure, footer, header, menu, nav, section, summary {
  margin: 0;
  padding: 0; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*touch-action: pan-y; */
}

body {
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
  font-family: "Regular" !important; }

a {
  transition: 0.6s;
  background-color: transparent;
  text-decoration: none;
  color: #323232; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b {
  font-weight: normal; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

button, select {
  text-transform: none; }

button, html input[type="button"],
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

em {
  font-style: normal; }

i {
  font-style: normal; }

ol, dl, dt, dd, ul, li {
  list-style: none; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

.clear:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0; }

.clear {
  zoom: 1; }

.container {
  width: 1440px;
  margin: 0 auto;
  position: relative; }

.container  .detail_content2{
padding-top:120px;
}
.container  .detail_content2 p{
font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #454545;
line-height: 63px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
}

.header .logo {
  display: block;
  float: left;
  width: 280px;
  margin-top: 45px; }

.header .logo img {
  width: 100%; }

.header .nav {
  float: right;
  margin: 63px auto 0; }

.header .nav > li {
  margin-left: 30px;
  float: left;
  text-align: center;
  padding-bottom: 30px; }

.header .nav > li a {
  font-size: 20px;
  color: #333333;
  padding-bottom: 5px;
  font-family: Regular; }

.header .nav > li:hover > a {
  border-bottom: 4px solid #003586;
  transition: all 0.1s linear; }

.header .nav > li .active {
  color: #353636;
  font-weight: bold;
  /*border-bottom: 4px solid #003586;*/
 }

.header .nav > li:hover ol {
  display: block; }

.header .nav > li ol {
  position: absolute;
  width: 100%;
  left: 0%;
  top: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px 20px 10px 20px;
  z-index: 1000;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  display: none; }

.header .nav > li ol li {
  float: left;
  width: 14.285%;
  margin-bottom: 20px; }

.header .nav > li ol li:first-child + li + li + li + li + li + li + li {
  clear: both; }

.header .nav > li ol li > a {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.header .nav > li ol li .nav_three a {
  display: block;
  line-height: 30px;
  color: #888888;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.header .headr {
  float: right;
  margin-top: 20px;
  right: 0px;
  display: flex;
  align-items: center;
  position: absolute; }

.header .headr span {
  display: inline-block;
  margin-left: 10px;
  float: left; 
cursor: pointer;
}

.header .headr span img {
  width: 100%;
cursor: pointer;
 }
#mySearchFormAction .inp-area{
  display: inline-block;
  border: 1px solid #003586;
  border-radius: 20px;
  width: 156px;
  height: 20px;
  padding: 0px 0px 0px 5px;
  position: relative; }
#mySearchFormAction{
margin-left: 10px;
float: left;
}
#mySearchFormAction .inp-area .search_inp {
    display: inline-block;
    height: 18px;
    border: 0;
    width: 83%;
    margin-left: 5px;
    outline: none;
    background: transparent;
    position: relative;
    top: -1px;
}
#mySearchFormAction .inp-area .search_btn{
    width: 15px;
    height: 15px;
    border: none;
    position: relative;
    right: 0px;
    top: 4px;
    cursor: pointer;
    background: url(/mainsite/template/page/index/ss.png) no-repeat;
}
.header .headr .ss{
  display: inline-block;
  border: 1px solid #003586;
  border-radius: 20px;
  width: 156px;
  height: 20px;
  padding: 0px 0px 0px 5px;
  position: relative; }

  .header .headr .ss input {
    display: inline-block;
    height: 18px;
    border: 0;
    width: 86%;
    margin-left: 5px;
    outline: none;
    background: transparent;
    position: relative;
    top: -1px; }
  .header .headr .ss img {
    width: 10px;
    height: 10px;
    position: relative;
    right: 0px;
    top: -1px;
    cursor: pointer; }

.header .headr .wza_icon img {
  width: 13px; }

.header .headr .wsblank {
  border: 1px solid #003586;
  border-radius: 10px;
  padding: 3px 5px;
  font-size: 14px;
  color: #003586;
  cursor: pointer;
  position: relative; }
  .header .headr .wsblank img {
    width: 20px;
    position: relative;
    top: 2px;
    padding-right: 3px; }
  .header .headr .wsblank .wsblank_show {
    z-index: 99;
    position: absolute;
    top: 28px;
    left: -30%;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    width: 130%;
    border-radius: 10px 0 10px 10px;
    display: none; }
    .header .headr .wsblank .wsblank_show a {
      display: block;
      margin-top: 10px;
      font-size: 14px;
      font-family: Regular;
      color: #333333;
      text-align: center; 
      z-index: 100;}
      .header .headr .wsblank .wsblank_show a:hover {
        color: #003586; }

.phone_wangyin,
.headr_nav {
  display: none !important; }

.header .headr span:first-child {
  margin-left: 0; }

.header .headr .img1 {
  font-size: 20px;
  font-family: YouSheBiaoTiHei;
  color: #888888; }
  .header .headr .img1 img {
    width: 20px;
    height: 20px; }

.header .headr .search {
  width: 42px;
  display: block; }

.header .headr .search:hover {
  opacity: 0.5;
  cursor: pointer; }

.header .headr .language {
  color: #003586;
  font-size: 14px;
  text-align: center;
  line-height: 27px;
  transition: 0.6s; }
  .header .headr .language #StranLink {
    margin: 0 10px; }

.header .headr .language a {
  color: #003586;
  font-size: 14px;
  font-family: 'Regular';
 }

.header .headr .language a:hover {
  opacity: 0.8; }

.header .headr .language:hover {
  opacity: 0.8; }

.ind1_l_box {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 5; }

.ind1_l {
  position: fixed;
  right: -251px;
  top: 28%;
  z-index: 5;
  margin-right: -78px;
  transition: 0.2s; }

.ind1_l_box:hover .ind1_l {
  margin-left: 0px;
  transition: 0.2s; }

.ind1_l_hover {
  position: fixed;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  z-index: 5; }

.ind1_l .right_nav {
box-shadow: 2px 2px 10px #003586;
  margin-top: 10px;
  border-radius: 25px 0 0 25px;
  padding: 12px 22px 12px 18px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  left: -10px;
  transition: 0.2s;
  overflow: hidden; }
  .ind1_l .right_nav:hover {
    left: -90px; }
  .ind1_l .right_nav:last-child {
    width: 380px; }
    .ind1_l .right_nav:last-child:hover {
      left: -315px; }
  .ind1_l .right_nav:nth-child(4) {
    width: 380px; }
    .ind1_l .right_nav:nth-child(4):hover {
      left: -315px; }
  .ind1_l .right_nav > a > img {
    float: left;
    width: 30px;
    margin: 0px 12px 0 0; }
  .ind1_l .right_nav:first-child img {
    width: 23px;
    margin: 0px 17px 0 2px; }
  .ind1_l .right_nav:hover .more_box {
    display: block; }
  .ind1_l .right_nav > a {
    display: block;font-family: 'Regular'; }
  .ind1_l .right_nav > a > span {
    line-height: 30px;
    font-size: 16px;
    font-family: 'Regular';
 }

.ind1_l .more_box {
  display: none; }

.ind1_l .more_box ul > li {
  float: left;
  width: 25%;
  margin-top: 20px; }

.ind1_l .more_box ul > li > a {
  display: block;
  text-align: center; font-family: 'Regular';}

.ind1_l .more_box ul > li > a > img {
  height: 40px;
  margin-bottom: 5px; }

.ind1_l .more_box ul > li > a > p {
  margin: 0 auto;
  font-size: 12px;
  height: 35px; }

#fp-nav {
  width: 30px; }

#fp-nav.right {
  left: 17px; }

#fp-nav ul li a.active {
  border: 1px solid #306DB7;
  border-radius: 100%; }

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span, #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 8px !important;
  width: 8px !important;
  margin: -4px 0 0 -4px !important;}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  height: 8px !important;
  width: 8px !important;
  margin: -4px 0 0 -4px !important; }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #003586 !important; }

#fp-nav ul li a, .fp-slidesNav ul li a {
  transition: 0s; }

#fp-nav ul li, .fp-slidesNav ul li {
  margin: 20px 7px !important;
  width: 14px !important;
  height: 14px !important; }

.ind_r_open {
  position: fixed;
  top: 30%;
  z-index: 5;
  width: 53px;
  height: 126px;
  right: -53px;
  color: #003586;
  font-size: 22px;
  background: rgba(255, 255, 255, 0.5);
  padding: 18px 10px 0px 10px;
  text-align: center;
  border-radius: 20px 0px 0px 20px;
  cursor: pointer; }

.ind_r_open:hover {
  background: #FFFFFF;
  transition: 0.2s; }

.phone_nav {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  top: 0px;
  left: 100%;
  transition: 0.2s; }

.phone_nav ul {
  width: 55%;
  height: 100%;
  position: absolute;
  right: -55%;
  top: 0px;
  background: url(/mainsite/template/page/index/nav_phonebg.png) rgba(255, 255, 255, 0.5);
  background-size: 100% 100%;
  padding-left: 30px;
  padding-top: 80px;
  transition: 0.2s;
  overflow-y: scroll; }

.phone_nav ul > li {
  position: relative; }

.phone_nav_span_one {
  position: absolute;
  width: 40px;
  height: 30px;
  background-image: url(/mainsite/template/page/index/phone_erji_open.png);
  background-repeat: no-repeat;
  background-position: center center;
  right: 10px;
  z-index: 2;
  top: 8px; }

.phone_nav_li_one .phone_nav_span_one {
  background-image: url(/mainsite/template/page/index/phone_erji_colse.png); }

.phone_nav_li_one ol {
  max-height: 1000px !important;
  transition: 0.8s !important; }

.phone_nav_li_one > a {
  font-weight: bold;
  color: #003586 !important;
  transition: 0.2s; }

.phone_nav ul > li > a {
  color: #333333;
  font-size: 18px;
  line-height: 46px;
  display: block;
  transition: 0.2s; }

.phone_nav ul > li ol {
  max-height: 0px;
  overflow: hidden;
  transition: 0.5s; }

.phone_nav ul > li ol li {
  margin-bottom: 10px;
  position: relative; }

.phone_nav ul > li ol li > a {
  font-size: 14px;
  padding-left: 10px;
  margin-bottom: 5px;
  display: block;
  color: #666; }

.phone_nav ul > li ol li p {
  padding-left: 15px;
  margin-bottom: 5px;
  display: block;
  color: #666; }

.phone_nav_span_two {
  position: absolute;
  width: 32px;
  height: 24px;
  background-image: url(/mainsite/template/page/index/phone_erji_open.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  right: 10px;
  z-index: 2;
  top: 0px; }

.phone_nav ul > li ol li .nav_three {
  display: none; }

.phone_nav_li_two .phone_nav_span_two {
  background-image: url(/mainsite/template/page/index/phone_erji_colse.png); }

.phone_nav ul > li ol .phone_nav_li_two .nav_three {
  display: block; }

.phone_nav ul > .active > a {
  font-weight: bold;
  color: #003586; }

.phone_nav ul .phone_nav_close {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px; }

.phone_nav ul .phone_nav_close img {
  width: 100%; }

.phone_nav .phone_nav_bac {
  position: absolute;
  width: 45%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: none; }

.phone_nav_active {
  left: 0px;
  transition: 0.2s; }

.phone_nav_active ul {
  right: 0px;
  transition: 0.2s; }

.phone_nav_active .phone_nav_bac {
  display: block; }

.mar-r-15 {
  margin-right: 15px; }

.dowebok .fp-tableCell {
  display: block; }

.dowebok .bgimg_phone {
  display: none; }

.dowebok .sec {
  background-size: 100% 100%;
  z-index: -1; }

.dowebok .sec1 .sec1_bgswiper {
  height: 100%; }
  .dowebok .sec1 .sec1_bgswiper .img_item .banner_txt {
    width: 100%;
    position: absolute;
    top: 20%; }
    .dowebok .sec1 .sec1_bgswiper .img_item .banner_txt .text1 {
      font-size: 111px;
      font-family: YouSheBiaoTiHei;
      font-weight: 400;
      color: #FFFFFF; }
    .dowebok .sec1 .sec1_bgswiper .img_item .banner_txt .text2 {
      font-size: 48px;
      font-family: Regular;
      font-weight: 400;
      color: #FFFFFF; }
  .dowebok .sec1 .sec1_bgswiper .img {
    width: 100%;
    height: 100%; }

.dowebok .sec_bottom {
  width: 100%;
  background: rgba(1, 13, 31, 0.5);
  position: absolute;
  bottom: 0;
  z-index: 1; }
  .dowebok .sec_bottom .top_news {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between; }
    .dowebok .sec_bottom .top_news .ggnews {
      float: left;
      display: flex;
      align-items: center;
      color: #FFFFFF;
      font-size: 18px;
      font-family: Regular; }
      .dowebok .sec_bottom .top_news .ggnews img {
        width: 20px;
        height: 18px;
        margin-right: 5px; }
    .dowebok .sec_bottom .top_news .ggnews_list {
      float: left;
      width: calc(100% - 164px);
      margin: 0;
      padding: 20px 30px; }
      .dowebok .sec_bottom .top_news .ggnews_list li {
        float: left;
        width: 50%;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .dowebok .sec_bottom .top_news .ggnews_list li a {
          width: 100%;
          color: #FFFFFF;
          font-size: 16px;
          font-family: Regular; }
          .dowebok .sec_bottom .top_news .ggnews_list li a:hover {
            opacity: .8; }
    .dowebok .sec_bottom .top_news .show_list_box {
      height: 59px; }
    .dowebok .sec_bottom .top_news .show_list {
      width: 100%;
      position: absolute;
      bottom: 63px;
      padding: 35px 20px 20px 20px;
      left: 0;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 10px 10px 0 0;
      display: none; }
      .dowebok .sec_bottom .top_news .show_list li {
        float: left;
        width: 33.33%; }
        .dowebok .sec_bottom .top_news .show_list li a {
          width: 100%;
          color: #333333;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          padding: 5px 20px;
          display: inline-block;
          font-size: 16px;
          font-family: Regular; }
          .dowebok .sec_bottom .top_news .show_list li a:hover {
            color: #003586; }
      .dowebok .sec_bottom .top_news .show_list .more_f {
        width: auto;
        position: absolute;
        top: 10px;
        right: 10px; }
        .dowebok .sec_bottom .top_news .show_list .more_f .more {
          background: #FFFFFF;
          color: #003586;
          border-radius: 20px;
          padding: 4px 10px 5px 13px;
          font-size: 12px;
          font-family: Medium;
          font-weight: 500; }
    .dowebok .sec_bottom .top_news .show_list_more {
      background: #FFFFFF;
      color: #003586;
      border-radius: 20px;
      padding: 5px 20px 5px 8px;
      float: right;
      font-size: 12px;
      font-family: Medium;
      font-weight: 500;
      margin-top: 18px;
      cursor: pointer;
      position: relative; }
      .dowebok .sec_bottom .top_news .show_list_more img {
        position: absolute;
        top: 6px; }
      .dowebok .sec_bottom .top_news .show_list_more.hide {
        display: none; }
  .dowebok .sec_bottom .top_tab {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0; }
    .dowebok .sec_bottom .top_tab .tabswiper ul {
      display: flex;
      align-items: center; }
      .dowebok .sec_bottom .top_tab .tabswiper ul li {
        border-left: 1px solid rgba(255, 255, 255, 0.2); }
        .dowebok .sec_bottom .top_tab .tabswiper ul li a {
          display: flex;
          align-items: center;
          text-align: center;
          justify-content: center;
          font-size: 22px;
          font-family: bold;
          font-weight: bold;
          color: #FFFFFF; }
          .dowebok .sec_bottom .top_tab .tabswiper ul li a img {
            margin-right: 5px; }
      .dowebok .sec_bottom .top_tab .tabswiper ul .swiper-slide-active {
        border: 0; }
    .dowebok .sec_bottom .top_tab .tabswiper .swiper-button-prev {
      left: -6px;
      background-image: url(/mainsite/template/page/index/lj.png);
      background-size: 56% 52%;
      opacity: 1; }
    .dowebok .sec_bottom .top_tab .tabswiper .swiper-button-next {
      right: -6px;
      background-image: url(/mainsite/template/page/index/rj.png);
      background-size: 56% 52%;
      opacity: 1; }
    .dowebok .sec_bottom .top_tab .tabswiper .swiper-button-next.swiper-button-disabled, .dowebok .sec_bottom .top_tab .tabswiper .swiper-button-prev.swiper-button-disabled {
      pointer-events: auto;
      opacity: .7; }

.dowebok .ind1f_phone_button_next, .dowebok .ind1f_phone_button_prev {
  top: 98%; }

.dowebok .ind1f_phone_button_next {
  right: -8px;
  background-image: url(/mainsite/template/page/index/rj.png);
  background-size: 100% 65%; }

.dowebok .ind1f_phone_button_prev {
  left: -8px;
  background-image: url(/mainsite/template/page/index/lj.png);
  background-size: 100% 65%; }

.dowebok .sec2 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1; }
  .dowebok .sec2 .bg .bgimg {
    width: 100%;
    height: 100%; }

.dowebok .sec2 .sec2_bgswiper {
  width: 100%;
  height: 100%; }
  .dowebok .sec2 .sec2_bgswiper .banner_txt {
    position: relative;
    top: 30%; }
    .dowebok .sec2 .sec2_bgswiper .banner_txt .text1{
      font-size: 71px;
      font-family: Medium;
      font-weight: 500;
      color: #003586; }
    .dowebok .sec2 .sec2_bgswiper .banner_txt .text2 {
      margin-top: 50px;
      width: 44%;
      font-size: 18px;
      font-family: Regular;
      font-weight: 400;
      color: #333333;
      line-height: 34px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      /* autoprefixer: off*/
      -webkit-box-orient: vertical;
      /* autoprefixer: on*/
      -webkit-line-clamp: 3; }
  .dowebok .sec2 .sec2_bgswiper .swiper-button-next, .dowebok .sec2 .sec2_bgswiper .swiper-button-prev {
    display: none; }

.dowebok .sec2 .sec2_bgswiper_1 .swiper-wrapper {
  justify-content: center; }

.dowebok .sec2 .top_tab_top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 130px;
  height:139px;
  background-image: url(/mainsite/template/page/index/main_bg1.png);
  background-color: rgba(255, 255, 255, 0.3);
  background-size: 100% 100%;
  box-shadow: 0px 0px 13px 0px rgba(4, 0, 0, 0.11);
  border-radius: 0px 0px 60px 0px;
  display: flex;
  align-items: center; }
  .dowebok .sec2 .top_tab_top .left {
    float: left;
    padding: 15px 0;
    width: 25%; }
    .dowebok .sec2 .top_tab_top .left .p {
      padding: 10px 68px 10px 40px;
      font-size: 25px;
      font-family: Regular;
      font-weight: bold;
      width: 80%;
      cursor: pointer; }
      .dowebok .sec2 .top_tab_top .left .p.active {
        background: url(/mainsite/template/page/index/tabbg.png) no-repeat;
        background-size: 100% 100%;
        color: #FFFFFF;
        font-family: Bold; }
  .dowebok .sec2 .top_tab_top .list_box {
    width: 75%; }
  .dowebok .sec2 .top_tab_top .list {
    padding: 20px 0;
    display: none; }
    .dowebok .sec2 .top_tab_top .list:first-child {
      display: block; }
    .dowebok .sec2 .top_tab_top .list .item {
      float: left;
      width: 33.33%;
      padding: 0px 50px;
      border-left: 1px solid #E6E6E6; font-family: 'Regular';}
      .dowebok .sec2 .top_tab_top .list .item:first-child {
        border-left: 0; }
      .dowebok .sec2 .top_tab_top .list .item .tit {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        width: 100%;
        display: inline-block;font-family: 'Regular'; }
      .dowebok .sec2 .top_tab_top .list .item .text1 {
color: #9fa0a0;
        font-size: 14px; }
        .dowebok .sec2 .top_tab_top .list .item .text1 .text1_s1 {
          color: #FD3001;
          margin-right: 5px; }
          .dowebok .sec2 .top_tab_top .list .item .text1 .text1_s1 b {
            font-size: 25px; }
      .dowebok .sec2 .top_tab_top .list .item .text2 {
        font-size: 14px; }
        .dowebok .sec2 .top_tab_top .list .item .text2 .text2_s1 {
          margin-right: 10px;color: #9fa0a0; }
          .dowebok .sec2 .top_tab_top .list .item .text2 .text2_s1 b {
            font-size: 18px;color: #333;  }
      .dowebok .sec2 .top_tab_top .list .item .jtinfo {
        background: #003586;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: inline-block;
        text-align: center;
        float: right; }
        .dowebok .sec2 .top_tab_top .list .item .jtinfo:hover {
          opacity: 0.8; }
        .dowebok .sec2 .top_tab_top .list .item .jtinfo img {
          position: relative;
          top: 2px; }

.dowebok .secs .secs_bgswiper {
  width: 100%;
  height: 100%;
  z-index: auto; }
  .dowebok .secs .secs_bgswiper .ind1f_phone_button_next {
    right: 0px;
    background-image: url(/mainsite/template/page/index/y_jt.png);
    background-size: 56% 52%;
    bottom: 28px;
    top: auto; }
  .dowebok .secs .secs_bgswiper .ind1f_phone_button_prev {
    left: 0px;
    background-image: url(/mainsite/template/page/index/z_jt.png);
    background-size: 56% 52%;
    bottom: 28px;
    top: auto; }
  .dowebok .secs .secs_bgswiper .swiper_btn {
    position: absolute;
    width: 1440px;
    height: 102px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px; }

.dowebok .secs .bgimg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1; }

.dowebok .secs .secs_bgswiper_box {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  padding: 36px;
  display: flex;
  background: rgba(255, 255, 255, 0.5); }
  .dowebok .secs .secs_bgswiper_box .container {
    width: 1400px; }
  .dowebok .secs .secs_bgswiper_box .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #003586; }
    .dowebok .secs .secs_bgswiper_box .swiper-slide a {
      font-size: 22px;
      font-family: Bold;
      font-weight: bold;
      color: #555555;
      cursor: pointer; }
    .dowebok .secs .secs_bgswiper_box .swiper-slide.swiper-slide-active {
      border-left: 0; }
    .dowebok .secs .secs_bgswiper_box .swiper-slide .iconimg {
      margin-right: 12px; }

.dowebok .sec3 .news_list_box {
  position: absolute;
  top: 20%;
  z-index: 3;
  left: 0;
  right: 0;
  margin: auto; }
  .dowebok .sec3 .news_list_box .news_list_box_1 {
    width: 34%;
    padding: 25px;
    background: url(/mainsite/template/page/index/main3_bg.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    box-shadow: 0px 7px 57px 0px rgba(0, 53, 134, 0.1);
    border-radius: 0 0 100px 0; }
  .dowebok .sec3 .news_list_box .news_list {
    display: flex;
    justify-content: space-between; }
    .dowebok .sec3 .news_list_box .news_list li {
      flex: 1; }
      .dowebok .sec3 .news_list_box .news_list li .type {
        width: 100%;
        line-height: 40px;
        font-size: 22px;
        font-family: Regular;
        display: inline-block;
        text-align: center;
        color: #000000;
        cursor: pointer; }
        .dowebok .sec3 .news_list_box .news_list li .type.active {
          background: url(/mainsite/template/page/index/ind3_bg.png) no-repeat;
          background-size: 100% 100%;
          border-radius: 20px;
          color: #FFFFFF;
          font-weight: 500; }
  .dowebok .sec3 .news_list_box .news_list_bottom {
    display: none; }
    .dowebok .sec3 .news_list_box .news_list_bottom:first-child {
      display: block; }
    .dowebok .sec3 .news_list_box .news_list_bottom li {
      border-bottom: 1px solid #c0cdde;
      height: 130px;
      display: flex; }
      .dowebok .sec3 .news_list_box .news_list_bottom li a {
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: 20px;
        align-items: center; }
        .dowebok .sec3 .news_list_box .news_list_bottom li a .time {
          background: #D6D6D6;
          color: #003586;
              display: flex;
    flex-direction: column;
    justify-content: center;
    width: 73px;
    height: 73px;
    border-radius: 5px;}
          .dowebok .sec3 .news_list_box .news_list_bottom li a .time span {
            display: block;
            text-align: center; }
          .dowebok .sec3 .news_list_box .news_list_bottom li a .time .day {
            font-size: 34px;
            font-family: Bold;
            font-weight: bold; }
          .dowebok .sec3 .news_list_box .news_list_bottom li a .time .year {
            font-weight: 400;
            font-size: 14px;
            font-family: Regular; }
        .dowebok .sec3 .news_list_box .news_list_bottom li a .info {
          width: calc(100% - 136px);
          max-height: 53px;
          /*处理ie多行显示问题*/
          font-size: 20px;
          font-family: Medium;
          font-weight: 500;
          color: #333333;
          line-height: 27px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          /* autoprefixer: off*/
          -webkit-box-orient: vertical;
          /* autoprefixer: on*/
          -webkit-line-clamp: 2; }
        .dowebok .sec3 .news_list_box .news_list_bottom li a .go {
          float: right;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          background: url(/mainsite/template/page/index/jtinfo_1.png) no-repeat #D6D6D6 center center; }
        .dowebok .sec3 .news_list_box .news_list_bottom li a:hover {
          color: #003586; }
          .dowebok .sec3 .news_list_box .news_list_bottom li a:hover .time {
            color: #FFFFFF;
            background: #003586; }
          .dowebok .sec3 .news_list_box .news_list_bottom li a:hover .info {
            color: #003586; }
          .dowebok .sec3 .news_list_box .news_list_bottom li a:hover .go {
            background: url(/mainsite/template/page/index/jtinfo.png) no-repeat #003586 center center; }
  .dowebok .sec3 .news_list_box .more_news {
    font-size: 16px;
    font-family: Medium;
    font-weight: 500;
    color: #003586;
    cursor: pointer;
    padding-top: 20px;
    display: block; }
  .dowebok .sec3 .news_list_box .news_list_bottom2 .info_text {
    width: calc(100% - 30px); }
    .dowebok .sec3 .news_list_box .news_list_bottom2 .info_text .time1 {
      font-size: 14px;
      display: inline-block;
      height: 20px;
      font-family: Regular;
      font-weight: 400;
      width: 100%; }
    .dowebok .sec3 .news_list_box .news_list_bottom2 .info_text .info {
      width: 98%;
      margin-left: 0;
      font-size: 20px;
      font-family: Medium;
      font-weight: 500; }

.dowebok .sec3 .news_list_box .news_list_bottom3 li { height: 40px; margin-top: 25px; }

.dowebok .sec3 .news_list_box .news_list_bottom3 .info_text { width: calc(100% - 30px); }

.dowebok .sec3 .news_list_box .news_list_bottom3 .info_text .info { display: block; width: 98%; margin-left: 0; font-size: 20px; font-family: Medium; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.dowebok .sec4 .sec4_bgswiper .banner_txt {
  top: 20%;
  color: #FFFFFF; }
  .dowebok .sec4 .sec4_bgswiper .banner_txt .title {
    font-size: 62px;
    font-family: Medium;
    font-weight: 500;
    color: #FFFFFF; }
  .dowebok .sec4 .sec4_bgswiper .banner_txt ul {
    margin: 30px 0 60px;
    width: 40%; }
    .dowebok .sec4 .sec4_bgswiper .banner_txt ul li {
      font-family: SourceHanSansCN;
      font-weight: bold;
      padding: 30px 0 0px;
      font-size: 20px; 
      color: #FFFFFF; 
}
  .dowebok .sec4 .sec4_bgswiper .banner_txt .btn {
    display: inline-block;
    padding: 13px 78px 15px;
    background: #164EB0;
    box-shadow: 0px 11px 21px 0px rgba(35, 122, 253, 0.42);
    border-radius: 4px;
    text-align: center;
    color: #FFFFFF;
    font-family: Medium;
    font-weight: 500;
    font-size: 18px; }

.dowebok .sec4 .sec4_bgswiper .banner_txt2 .title {
  color: #003586; }

.dowebok .sec4 .sec4_bgswiper .banner_txt2 ul li {
  color: #333333;
  font-family: Regular;
  font-weight: 400; }

.dowebok .sec6 {
  background: #EAF4FC; }
  .dowebok .sec6 .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 44px 0; }
    .dowebok .sec6 .footer .left {
      width: 70%; }
      .dowebok .sec6 .footer .left p {
        margin-top: 10px; }
      .dowebok .sec6 .footer .left .text1 a {
        margin: 0 6px;
        font-size: 14px;
        font-family: bold;
        font-weight: bold;
        color: #333333; }
.dowebok .sec6 .footer .left .text1 a:first-child{
margin-left: 0px;
}
        .dowebok .sec6 .footer .left .text1 a:hover {
          color: #003586; }
      .dowebok .sec6 .footer .left .text2 {
        font-size: 14px;
        font-family: Regular;
        color: #003586; }
    .dowebok .sec6 .footer .right {
      width: 40%;
      display: flex;
      justify-content: flex-end; }
      .dowebok .sec6 .footer .right .img_box1 {
        margin-left: 40px; }

@media only screen and (max-width: 1750px) {
  .header .headr .search {
    width: 30px; }
 }

@media only screen and (max-width: 1600px) {
  .dowebok .sec2 .top_tab_top {
    bottom: 100px; }
  .dowebok .sec2 .top_tab_top .list .item {
    padding: 0 20px; }
  .dowebok .sec3 .news_list_box {
    width: 88%; }
  .dowebok .secs .secs_bgswiper_box {
    padding: 20px 30px; }
  .dowebok .sec_bottom .top_tab {
    padding: 20px 0px; }
  .dowebok .secs .secs_bgswiper .ind1f_phone_button_next, .dowebok .secs .secs_bgswiper .ind1f_phone_button_prev {
    bottom: 11px; }
  .dowebok .sec3 .news_list_box .news_list_box_1 {
    padding: 20px; }
  .dowebok .sec3 .news_list_box .news_list_bottom li {
    height: 110px; }
 .dowebok .sec3 .news_list_box .news_list_bottom3 li { height: 40px; margin-top: 15px; }
  .dowebok .sec3 .news_list_box .news_list li .type {
    font-size: 20px; }
  .dowebok .sec3 .news_list_box .news_list_bottom li a .time .day {
    font-size: 28px; }
  .dowebok .sec3 .news_list_box .news_list_bottom li a .info, .dowebok .sec3 .news_list_box .news_list_bottom2 .info_text .info,.dowebok .sec3 .news_list_box .news_list_bottom3 .info_text .info {
    font-size: 16px; }
 }

@media only screen and (max-width: 1440px) {
  .container, .dowebok .secs .secs_bgswiper_box .container {
    width: 96%; }
  .dowebok .secs .secs_bgswiper .swiper_btn {
    width: 97%; }
  .dowebok .sec1 .sec1_bgswiper .img_item .banner_txt .text1 {
    font-size: 94px; }
  .dowebok .sec1 .sec1_bgswiper .img_item .banner_txt .text2 {
    font-size: 40px; }
  .header .nav > li ol li > a {
    font-size: 15px; }
  .header .nav > li ol li .nav_three a {
    font-size: 14px;
    line-height: 26px; }
  .dowebok .sec3 .news_list_box .news_list_box_1 {
    width: 40%; }
  .dowebok .sec3 .news_list_box .news_list li .type {
    font-size: 20px; }
  .dowebok .sec3 .news_list_box .news_list_bottom li a .time .day {
    font-size: 26px; }
  .dowebok .sec3 .news_list_box .news_list_bottom li a .info {
    font-size: 18px; }
 }
.header .headr .wsblank .wsblank_show .ydd{
display: none;
}
@media only screen and (max-width: 1200px) {
.header .headr .wsblank .wsblank_show .pcc{
display: none;
}
.header .headr .wsblank .wsblank_show .ydd{
display: block;
}
  .header {
    padding: 10px; }
  .nav {
    display: none; }
  .header .headr {
    margin-top: 0; }
  .headr_nav,
  .phone_wangyin {
    display: block !important; }
  .header_v .headr_nav,
  .header_v .phone_wangyin {
    display: none !important; }
  .headr_nav img {
    width: 40px !important;
    position: relative; }
  .phone_wangyin {
    line-height: 30px;
    padding: 0px 10px;
    border-radius: 15px;
    background: #f9bd2c;
    color: #003586;
    font-size: 16px; }
  .header .logo {
    width: 20%;
    padding-left: 10px;
    padding-top: 4px;
    margin: 0; }
  .dowebok .sec1 .sec1_bgswiper .img_item .banner_txt, .dowebok .sec2 .sec2_bgswiper .banner_txt {
    padding: 0 5%;
    top: 15%; }
  .dowebok .sec2 .top_tab_top .left .p {
    font-size: 20px; }
  .dowebok .sec3 .news_list_box {
    top: 15%; }
  .dowebok .sec3 .news_list_box .news_list_box_1 {
    width: 45%;
    padding: 20px; }
  .dowebok .sec3 .news_list_box .news_list_bottom li {
    padding: 15px 0; }
  .dowebok .sec3 .news_list_box .news_list li .type {
    font-size: 16px; }
  .dowebok .sec3 .news_list_box .news_list_bottom li a .info, .dowebok .sec3 .news_list_box .news_list_bottom2 .info_text .info, .dowebok .sec3 .news_list_box .news_list_bottom3 .info_text .info{
    font-size: 14px; }
  .dowebok .sec3 .news_list_box .news_list_bottom li a .time .day {
    font-size: 20px; }
  .dowebok .sec4 .sec4_bgswiper .banner_txt {
    padding: 0 5%; }
    .dowebok .sec4 .sec4_bgswiper .banner_txt .title {
      font-size: 50px; }
    .dowebok .sec4 .sec4_bgswiper .banner_txt ul {
      margin: 0 0 40px; }
      .dowebok .sec4 .sec4_bgswiper .banner_txt ul li {
        padding: 20px 0 0;
        font-size: 18px; }
    .dowebok .sec4 .sec4_bgswiper .banner_txt .btn {
      font-size: 16px; }
  .dowebok .sec6 .footer .right {
    flex-direction: column; }
    .dowebok .sec6 .footer .right .img_box {
      text-align: right; }
      .dowebok .sec6 .footer .right .img_box img {
        margin-left: 10px; }
    .dowebok .sec6 .footer .right .img_box1 {
      margin-left: 0; }
 }

@media only screen and (max-width: 1000px) {
  .header .headr .img1 {
    display: none; }
  .header .logo {
    padding-top: 10px; }
  .dowebok .sec_bottom .top_news .show_list li {
    width: 50%; }
  .ind1_l .right_nav {
    left: 250px;
    padding: 7px 18px 6px; }
    .ind1_l .right_nav:first-child img {
      width: 20px;
      margin-left: 3px; }
    .ind1_l .right_nav > a > img {
      width: 25px;
      margin-top: 3px; }
  .dowebok .sec2 .top_tab_top .list .item {
    width: 50%; }
    .dowebok .sec2 .top_tab_top .list .item:nth-child(2n) {
      display: none; }
  .dowebok .sec2 .top_tab_top .left .p {
    font-size: 16px;
    width: 96%; }
  .dowebok .sec3 .news_list_box .news_list_box_1 {
    width: 50%; }
 }

@media only screen and (max-width: 900px) {
  .header .logo {
    padding-top: 13px; }
  .dowebok .sec1 .sec1_bgswiper .img_item .banner_txt .text1 {
    font-size: 60px; }
  .dowebok .sec1 .sec1_bgswiper .img_item .banner_txt .text2 {
    font-size: 25px; } 
}

@media only screen and (max-width: 768px) {

  .ind1_l,.ind_r_open,.ind1_l_box {
    display: none;
  }
  .header {
    padding: 0px;
    height: 44px;
  }
    .header .container {
      width: 100%; }
  .header .headr {
    margin-top: 0px;
    right: 0px; }
  .header .headr span {
    margin-left: 4px; }
  .header .headr .img1 {
    display: none; }
  .header .headr .ss {
    border: 0;
    width: auto; }
    .header .headr .ss input {
      display: none; }
    .header .headr .ss img {
      width: 14px;
      height: auto;
      margin-top: 4px; }
  .header .headr .language #StranLink {
    margin: 0 5px; }
  .headr_nav img {
    position: relative;
    top: 0px; }
  .phone_wangyin {
    margin-top: 7px; }
  .header .logo {
    width: 150px;
    padding-left: 10px;
    padding-top: 7px;
    margin: 0; }
  .header .headr .phone_wangyin {
    margin-left: 0px; }
  .dowebok .sec1 .sec1_bgswiper .img_item .banner_txt {
    top: 100px; }
    .dowebok .sec1 .sec1_bgswiper .img_item .banner_txt .text1 {
      font-size: 46px; }
    .dowebok .sec1 .sec1_bgswiper .img_item .banner_txt .text2 {
      font-size: 19px; }
  .dowebok .sec_bottom .top_tab {
    padding: 18px 0; }
  .dowebok .sec_bottom .top_tab .tabswiper ul li a {
    font-size: 18px; }
  .dowebok .sec2 .sec2_bgswiper .swiper-button-next, .dowebok .sec2 .sec2_bgswiper .swiper-button-prev {
    display: block; }
  .dowebok .sec2 .sec2_bgswiper .banner_txt {
    top: 15%; }
    .dowebok .sec2 .sec2_bgswiper .banner_txt .text1 {
      font-size: 40px; }
    .dowebok .sec2 .sec2_bgswiper .banner_txt .text2 {
      margin-top: 10px;
      font-size: 14px; }
  .dowebok .sec2 .top_tab_top .list .item {
    width: 100%; }
    .dowebok .sec2 .top_tab_top .list .item:nth-child(n+2) {
      display: none; }
  .dowebok .sec2 .top_tab_top .left .p {
    font-size: 16px;
    padding: 14px 40px 14px 20px; }
  .dowebok .sec2 .top_tab_top .left {
    width: 45%; }
  .dowebok .sec2 .top_tab_top .right {
    width: 65%; }
  .dowebok .sec2 .sec2_bgswiper_1 .swiper-wrapper {
    justify-content: unset; }
  .dowebok .secs .secs_bgswiper_box {
    padding: 18px 30px; }
  .dowebok .secs .secs_bgswiper_box .swiper-slide a {
    font-size: 18px; }
  .dowebok .secs .secs_bgswiper .ind1f_phone_button_prev, .dowebok .secs .secs_bgswiper .ind1f_phone_button_next {
    bottom: 10px;
    background-size: 38% 38%; }
  .dowebok .secs .secs_bgswiper_box .swiper-slide .iconimg {
    margin-right: 5px; }
  .dowebok .sec3 .news_list_box {
    width: 90%;
    top: 15%; }
  .dowebok .sec3 .news_list_box .news_list_box_1 {
    width: 60%;
    padding: 20px; }
  .dowebok .sec3 .news_list_box .more_news {
    padding-top: 18px; }
  .dowebok .sec4 .sec4_bgswiper .banner_txt {
    width: 58%;
    background: url(/mainsite/template/page/index/main3_bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 30px; }
    .dowebok .sec4 .sec4_bgswiper .banner_txt .title {
      text-align: center;
      color: #003586; 
}
    .dowebok .sec4 .sec4_bgswiper .banner_txt ul {
      text-align: left;
      width: 100%; 
	  }
      .dowebok .sec4 .sec4_bgswiper .banner_txt ul li {
        color: #333333; 
		}
    .dowebok .sec6 .footer {
      flex-direction: column; 
	}
    .dowebok .sec6 .footer .left, .dowebok .sec6 .footer .right {
      width: 100%; 
	}
    .dowebok .sec6 .footer .left p {
      text-align: center; }
    .dowebok .sec6 .footer .right {
      margin-top: 10px;
    }
    .dowebok .sec6 .footer .right .img_box {
        text-align: center; 
	}
	  .dowebok .sec1 .sec1_bgswiper .img {
		object-fit: cover;  
	  }
	  .dowebok .secs .bgimg {
		object-fit: cover;  
	  }
	  .dowebok .bgimg_phone {
		display: block; 
	   }
	  .dowebok .bgimg_pc {
		display: none; 
	  } 
}

@media only screen and (max-width: 600px) {
  .dowebok .sec3 .news_list_box .news_list_box_1 {
    width: 100%;
  }
  #fp-nav.right {
    left: -4px; } 
}

@media only screen and (max-width: 500px) {
 .tt .en {
    font-size: 16px!important;}
  .dowebok .sec2 .top_tab_top .left {
    display: none; }
.dowebok .sec2 .top_tab_top .list .item .text1 .text1_s1 b{
font-size: 16px;
}
  .dowebok .sec4 .sec4_bgswiper .banner_txt {
    width: 85%;
    padding: 22px 20px 30px; }
    .dowebok .sec4 .sec4_bgswiper .banner_txt .title {
      font-size: 40px; }
    .dowebok .sec4 .sec4_bgswiper .banner_txt ul li {
      font-size: 14px;
      padding: 10px 0 0; }
    .dowebok .sec4 .sec4_bgswiper .banner_txt .btn {
      padding: 10px 50px 12px; }
 }

@media only screen and (max-width: 390px) {

#mySearchFormAction .inp-area .search_btn{
top: 6px;
}
  .header .logo {
    width: 120px;
    margin-top: 3px;
    padding-left: 0; }
  .header .headr .phone_wangyin {
    font-size: 12px; }
  .header .headr .wsblank img {
    display: none; }
  .header .headr .language #StranLink {
    margin: 0 2px; }
  .header .headr span {
    margin-left: 2px; }
  .header .headr .headr_nav {
    margin-left: 4px; }
  .dowebok .sec2 .top_tab_top .left .p {
    font-size: 14px;
    padding: 14px 40px 14px 20px; }
  .dowebok .sec2 .top_tab_top .list .item .tit {
    font-size: 14px; }

  .dowebok .sec2 .top_tab_top .list_box {
    width: 100%; }
  .dowebok .sec3 .news_list_box .news_list_bottom li {
    height: 92px; }
 }




.navgationDiv{
    background: rgba(244,244,244,.5);
    position:absolute;
    z-index: 9999999999;
   width: 100%;

}
.eps-design-mode-toolbar-container{
     background: rgba(57,60,78,.5);
    position:absolute;
    z-index: 9999999999;
    top: 50px;
    width: 100%;
}
 .eps-dn{
   top: 0px !important;
}
.dowebok .sec_bottom .top_news .ggnews_list .eps-dn{
  left: 0 !important;
  top: -100px  !important;
}
.dowebok .sec_bottom .top_news .show_list .eps-dn{
   top: -100px  !important;
}

.dowebok .sec2 .top_tab_top .left .eps-dn{
   left:18px !important;
   top: -100px  !important;
}
.dowebok .sec2 .top_tab_top .list .eps-dn{
   top: -120px  !important;
}
.dowebok .secs .secs_bgswiper_box  .eps-dn{
   top: -150px  !important;
}
.dowebok .sec3 .news_list_box .news_list_bottom  .eps-dn{
  
}
.dowebok .sec3 .news_list_box .news_list_bottom  .eps-dn ul li{
   height: auto;
}


.dowebok .sec_bottom .top_news .show_list .eps-shadow .float_list_ul li,.dowebok .sec_bottom .top_news .ggnews_list .eps-shadow .float_list_ul li{
width: 100%;
}


#sec1_bgswiper,#sec1_bgswiper .portlet,#sec1_bgswiper .portlet>div:last-child,
#sec3_bgswiper,#sec3_bgswiper .portlet,#sec3_bgswiper .portlet>div:last-child,
#sec4_bgswiper,#sec4_bgswiper .portlet,#sec4_bgswiper .portlet>div:last-child,
#sec5_bgswiper,#sec5_bgswiper .portlet,#sec5_bgswiper .portlet>div:last-child{
  height:100%;
}
.sec4_bgswiper .swiper-slide:nth-child(2) .banner_txt .title{
   color: #003586;
}
.sec4_bgswiper .swiper-slide:nth-child(2) .banner_txt ul li{
    color: #333333;
    font-family: Regular;
    font-weight: 400;
}

.dowebok .secs .secs_bgswiper_box>.portlet{
     width: 1400px;
    margin: auto;
}
@media only screen and (max-width: 1440px){
.dowebok .secs .secs_bgswiper_box>.portlet {
    width: 96%;
}
}



/* 惠普金融 */
.mid .more {
    font-size: 20px;
    font-weight: 500;
}

.mid .more a {
    color: #9FA0A0;
    font-size: 20px;
    font-weight: 500;
}

.mid .more a img {
    position: relative;
    top: 3px;
    margin-left: 3px;
}

.mid .tt .en {
    font-size: 20px;
    font-family: YouSheBiaoTiHei;
    font-weight: 400;
    color: #DCDDDD;
}

.mid .tt .zn {
    font-size: 25px;
    font-weight: bold;
    color: #003586;
    margin-top: 10px;
}

.mid .tt .xian {
    width: 34px;
    height: 3px;
    background: #003586;
    margin-top: 7px;
}

.mid .midb {
    background: url("/mainsite/template/page/hpjr/hnd2.png") top center no-repeat;
}

.mid .md1 .spw .lunbo {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.mid .md1 .spw .swiper-slide {
    background-position: center;
    background-size: cover;
}

.mid .md1 .spw .swiper-slide a {
    width: 100%;
}

.mid .md1 .spw .swiper-slide a img {
    width: 100%;
}

.mid .md1 .spw .swiper-slide a .yd {
    display: none;
}

.mid .md1 .spw .pic_wz {
    position: absolute;
    top: 255px;
    left: 50%;
    width: 1920px;
    height: auto;
    margin-left: -960px;
}

.mid .md1 .spw .position {
    bottom: 12px !important;
    left: unset !important;
}

.mid .md1 .spw .swiper-pagination-bullet {
    width: 40px !important;
    height: 4px !important;
    background-color: #fff;
    opacity: 1;
    border-radius: unset !important;
}

.mid .md1 .spw .swiper-pagination-bullet-active {
    background-color: #003586;
    width: 100px !important;
}

.mid .md1 .spw .swiper-pagination-white .swiper-pagination-bullet-active {
    background-color: #003586;
    width: 100px !important;
}

.mid .md1 .spw .wzb {
    box-sizing: border-box;
}

.mid .md1 .spw .wzb .ttt {
    font-size: 56px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #003586;
    margin-bottom: 28px;
}

.mid .md1 .spw .wzb .en {
    font-size: 19px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #727171;
}

.mid .md1 .spw .wzb .en a {
    font-size: 19px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #727171;
}

.mid .m1t {
    margin: 50px 0;
}

.mid .m1 {
    width: 1440px;
    margin: 0px auto;
    height: 480px;
    background-size: cover;
}

.mid .m1 .img {
    width: 100%;
    height: 100%;
}

.mid .m1 .sm1_box {
    height: 100%;
    display: flex;
    justify-content: space-around;
}

.mid .m1 .sm1_box .ssm1_box {
    padding-top: 50px;
    box-sizing: border-box;
    width: 40%;
    height: 100%;
}

.mid .m1 .sm1_box .ssm1_box .m1_box {
    height: 100%;
    /* lunbo */
}

.mid .m1 .sm1_box .ssm1_box .m1_box .lunb {
    display: none;
    height: 100%;
}

.mid .m1 .sm1_box .ssm1_box .m1_box .lunb .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mid .m1 .sm1_box .ssm1_box .m1_box .lunb .swiper-slide {
    /* Center slide text vertically */
}

.mid .m1 .sm1_box .ssm1_box .m1_box .lunb .swiper-pagination-bullet {
    width: 40px !important;
    height: 2px !important;
    border-radius: 0 !important;
    background: #fff;
    opacity: 1;
}

.mid .m1 .sm1_box .ssm1_box .m1_box .lunb .swiper-pagination-bullet-active {
    background: #003586;
    width: 100px !important;
}

.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1,
.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 {
    position: relative;
    height: 99%;
}

.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis,
.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis {
    box-sizing: border-box;
}

.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .tit,
.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .tit {
    margin-bottom: 35px;
    font-size: 45px;
    font-weight: 700;
    color: #003586;
    box-sizing: border-box;
}

.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .list,
.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .list {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    min-height: 130px;
}

.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .borr,
.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .borr {
    font-size: 17.7px;
    font-weight: 500;
    color: #E60012;
}

.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .borr .sz,
.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .borr .sz {
    font-weight: 700;
    font-size: 47px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .borr .sz a,
.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .borr .sz a{
    color: #E60012!important;
    font-weight: 700;
    font-size: 47px;
}

.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .btn,
.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .btn {
    width: 124px;
    background-color: #003586;
    border-radius: 6px;
    box-shadow: 2px 2px 10px #003586;
    text-align: center;
    line-height: 31px;
    margin-right: 13px;
}

.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .btn a,
.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .btn a {
    color: #fff;
}

.mid .m1 .sm1_box .ssm1_box .m1_box .lunb .pic li {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.mid .m1 .sm1_box .ssm1_box .m1_box .lunb .pic li img {
    width: 450px;
    height: 280px;
}

.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position,
.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position2 {
    position: absolute;
    right: -125%;
    bottom: 0;
    height: 35px;
}

.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position li,
.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position2 li {
    width: 40px;
    height: 2px;
    margin: 0 3px;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
}

.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position .cur,
.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position2 .cur2 {
    background-color: #003586;
    width: 100px;
}

.mid .m1 .sm1_box .ssm1_box .m1_box .lunb .arrow {
    cursor: pointer;
    display: none;
    line-height: 39px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -20px;
    /*width的一半*/
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.mid .m1 .sm1_box .ssm1_box .m1_box .lunb.cur {
    display: block;
}

.mid .m1 .sm1_box .right {
    width: 40%;
    padding-top: 50px;
    padding-left: 17%;
    box-sizing: border-box;
}

.mid .m1 .sm1_box .right .rbtn {
    background-color: #fff;
    width: 337px;
    height: 158px;
    line-height: 158px;
    opacity: 0.75;
    margin-bottom: 32px;
    border-radius: 20px;
    font-size: 24px;
    text-align: center;
    color: #003586;
    font-weight: 500;
}

.mid .m1 .sm1_box .right .rbtn.cur {
    background-color: #003586;
    color: #fff;
}

.mid .sm2 {
    display: none;
}

.mid .sm2 .m2 {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 260px;
}

.mid .sm2 .m2 .m2s {
    padding-left: 24px;
    box-sizing: border-box;
    background: url("/mainsite/template/page/hpjr/ty.png") no-repeat;
}

.mid .sm2 .m2 .m2s .top {
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 19px;
    font-family: Gotham700;
    font-weight: 400;
    color: #808080;
}

.mid .sm2 .m2 .m2s .und {
    font-size: 46px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #3E3A39;
}

.mid .sm2 .m2 .m2s3 {
    display: flex;
    width: 60%;
    justify-content: space-between;
}

.mid .sm2 .m2 .m2s3 .m2s31 {
    width: 90%;
    margin-top: 50px;
}

.mid .sm2 .m2 .m2s3 .m2s31 ul {
    display: flex;
    justify-content: space-around;
}

.mid .sm2 .m2 .m2s3 .m2s31 ul a {
    display: block;
    text-align: center;
}

.mid .sm2 .m2 .m2s3 .m2s31 ul a .yy {
    width: 99px;
    height: 99px;
    border-radius: 100%;
    box-shadow: 0px 0px 15px #DCDDDD;
    position: relative;
    background-color: #fff;
    margin-bottom: 25px;
}

.mid .sm2 .m2 .m2s3 .m2s31 ul a .yy img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mid .sm2 .m2 .m2s3 .m2s31 ul a span {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #3E3A39;
}

.mid .sm2.cur {
    display: block;
    background: url("/mainsite/template/page/hpjr/hp2.png") top center no-repeat;
    background-size: cover;
}

.mid .m3 {
    margin-top: 60px;
}

.mid .m3 .gund .box2 {
    overflow: hidden;
    padding: 0 65px;
    box-sizing: border-box;
}

.mid .m3 .gund .box2 .swiper-container {
    position: static;
    width: 100%;
}

.mid .m3 .gund .box2 .swiper-container .im {
    display: inline-block;
    width: 100%;
    position: relative;
}

.mid .m3 .gund .box2 .swiper-container .im img {
    box-shadow: 0px 0px 15px #DCDDDD;
    height: 100%;
    width: 100%;
}

.mid .m3 .gund .box2 .swiper-container .im .imb {
    position: absolute;
    top: 0;
    left: 27px;
}

.mid .m3 .gund .box2 .swiper-container .im .imb .t1 {
    margin: 20px 0 10px 0;
    font-size: 20px;
    font-weight: 500;
    color: #003586;
}

.mid .m3 .gund .box2 .swiper-container .im .imb .t2 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 16px;
}

.mid .m3 .gund .box2 .swiper-container .im .imb .ck {
    width: auto;
    height: 25px;
}

.mid .m3 .gund .box2 .swiper-container .im .imb .ck a {
    font-size: 12px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #003586;
    display: inline-block;
    border-radius: 8px;
    line-height: 12px;
    padding: 7px 15px;
}

.mid .m3 .gund .box2 .swiper-container .im .imb .ck:hover a {
    background-color: #003586;
    color: #fff;
}

.mid .m3 .gund .box2 .swiper-slide {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #fff;
    margin-right: 30px;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.mid .m3 .gund .box2 .swiper-button-next,
.mid .m3 .gund .box2 .swiper-button-prev {
    position: absolute;
    top: 213px;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    box-shadow: 0px 3px 15px #dcdddd;
    background-image: none;
}

.mid .m3 .gund .box2 .swiper-button-next {
    background: url(/mainsite/template/page/hpjr/b2.png) no-repeat center;
}

.mid .m3 .gund .box2 .swiper-button-next:hover {
    background: url(/mainsite/template/page/hpjr/b22.png) no-repeat center;
}

.mid .m3 .gund .box2 .swiper-button-prev {
    background: url(/mainsite/template/page/hpjr/b1.png) no-repeat center;
}

.mid .m3 .gund .box2 .swiper-button-prev:hover {
    background: url(/mainsite/template/page/hpjr/b11.png) no-repeat center;
}

.mid .m4 {
    display: flex;
    margin-bottom: 63px;
}

.mid .m4 .m41 .vid {
    padding-top: 44px;
    box-sizing: border-box;
}

.mid .m4 .m41 .vid a {
    display: inline-block;
    width: 500px;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
}

.mid .m4 .m41 .vid a .img {
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.mid .m4 .m41 .vid a .ig2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mid .m4 .m41 .vid .video_left {
    margin: 20px 20px 0 20px;
    height: 234px;
    width: 50%;
    position: relative;
    float: left;
    overflow: hidden;
}

.mid .m4 .m41 .vid .video_left .video_left_img {
    width: 100%;
    height: 100%;
}

.mid .m4 .m41 .vid .video_left_bottom {
    position: absolute;
    height: 43px;
    line-height: 43px;
    width: 500px;
    left: 0;
    bottom: 1px;
    background-color: #003586;
}

.mid .m4 .m41 .vid .video_left_bottom p {
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: #fff;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mid .m4 .m42 {
    width: 60%;
    margin-left: 68px;
}

.mid .m4 .m42 .top_info .top_info_head {
    display: flex;
    justify-content: space-between;
}

.mid .m4 .m42 .top_info .top_info_head .top_info_ul {
    display: flex;
}

.mid .m4 .m42 .top_info .top_info_head .top_info_ul li .en {
    font-size: 20px;
    font-family: YouSheBiaoTiHei;
    font-weight: 400;
    color: #DCDDDD;
}

.mid .m4 .m42 .top_info .top_info_head .top_info_ul li .f18 {
    font-size: 22px;
    font-weight: 400;
    color: #3E3A39;
    margin-top: 10px;
}

.mid .m4 .m42 .top_info .top_info_head .top_info_ul li span {
    color: #003586;
    margin: 0 15px;
    font-size: 10px;
    position: relative;
    top: -4px;
}

.mid .m4 .m42 .top_info .top_info_head .top_info_ul li .ln {
    display: none;
    width: 92px;
    height: 8px;
    opacity: 0.3;
    background: #003586;
    position: relative;
    top: -11px;
}

.mid .m4 .m42 .top_info .top_info_head .top_info_ul li .ln.cu1 {
    display: block;
    transition: 0.5s;
}

.mid .m4 .m42 .top_info .top_info_head .top_info_ul li.cur .f18 {
    color: #003586;
}

.mid .m4 .m42 .top_info .top_info_head .more {
    position: relative;
    top: 33px;
}

.mid .m4 .m42 .top_info .info_main {
    margin-top: 60px;
}

.mid .m4 .m42 .top_info .info_main .info_list {
    display: none;
}

.mid .m4 .m42 .top_info .info_main .info_list .info_ul li {
    border-bottom: 1px dashed #DADADA;
    height: 65px;
    line-height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.mid .m4 .m42 .top_info .info_main .info_list .info_ul li a {
    display: block;
    position: relative;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    overflow: hidden;
    padding-left: 18px;
    width: 100%;
}

.mid .m4 .m42 .top_info .info_main .info_list .info_ul li a img {
    position: absolute;
    top: 21px;
    left: 8px;
}

.mid .m4 .m42 .top_info .info_main .info_list .info_ul li a .txt {
    width: calc(100% - 50px);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mid .m4 .m42 .top_info .info_main .info_list .info_ul li a b {
    position: absolute;
    left: 0;
    top: 50%;
    height: 6px;
    width: 6px;
    background-color: #3399FF;
    margin-top: -3px;
}

.mid .m4 .m42 .top_info .info_main .info_list .info_ul li a:after {
    content: "";
    display: block;
    clear: both;
}

.mid .m4 .m42 .top_info .info_main .info_list.cur {
    display: block;
}

@media only screen and (max-width: 1200px) {
    .mid .md1 .spw .pic_wz {
        left: 0%;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .mid .md1 .spw .lunbo {
        height: 360px;
    }

    .mid .md1 .spw .lunbo a {
        height: 100%;
    }

    .mid .md1 .spw .lunbo a img {
        height: 100%;
    }

    .mid .md1 .spw .pic_wz {
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    .mid .md1 .spw .wzb {
        padding-top: 0;
    }

    .mid .md1 .spw .position {
        right: 0;
        text-align: left;
    }

    .mid .m1 .sm1_box {
        justify-content: left;
    }

    .mid .m1 .sm1_box .right {
        width: auto;
        padding-left: 0;
    }

    .mid .more {
        width: 70px;
top: 29px!important;
    }

    .mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position,
    .mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position2 {
        right: unset;
    }

    .mid .m3 .gund .box2 .swiper-container .im .imb .t2 {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 960px) {
    .mid .m3 .gund .box2 .swiper-container .im {
        position: relative;
    }

    .mid .m3 .gund .box2 .swiper-container .im .imb {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }

    .mid .sm2 .m2 {
        padding: 35px 0;
        box-sizing: border-box;
        height: auto;
    }

    .mid .sm2 .m2 .m2s {
        padding-top: 0;
        background: none;
    }

    .mid .sm2 .m2 .m2s3 {
        align-items: center;
    }

    .box2 {
        margin-bottom: 0px;
    }

    .box2 .swiper-slide {
        margin-right: 0;
    }

    .box2 .swiper-button-next,
    .box2 .swiper-button-prev {
        display: none;
    }

    .mid .m3 .gund .box2 {
        padding: 0 0;
    }
}

@media screen and (max-width: 900px) {
.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .list,
.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .list{
height: unset!important;
}
.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .list dl dd:nth-child(3),
.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .list dl dd:nth-child(3),
.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .list dl dd:nth-child(2),
.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .list dl dd:nth-child(2),
.gs-mid  .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .list dl dd:nth-child(3),
.gs-mid  .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .list dl dd:nth-child(3),
.gs-mid  .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .list dl dd:nth-child(2),
.gs-mid  .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .list dl dd:nth-child(2){
display: none;
}
.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .borr .sz a,
.mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .borr .sz a,
.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .borr .sz a, 
.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .borr .sz a{
font-size:inherit!important;
}
    .mid .m4 .m42 .top_info {
        padding-top: 44px;
        box-sizing: border-box;
    }

    .mid .m1 .sm1_box .right .rbtn {
        width: 170px;
        height: 100px;
        line-height: 100px;
    }

    .mid .m1 .sm1_box .ssm1_box {
        width: 40%;
    }

    .mid .sm2 .m2 {
        justify-content: space-between;
        align-items: center;
    }

    .mid .m4 {
        display: block;
    }

    .mid .m4 .m41 .vid {
        width: 100%;
    }

    .mid .m4 .m41 .vid a {
        width: 100%;
        height: auto;
    }

    .mid .m4 .m41 .vid .video_left_bottom {
        position: relative;
        width: 100%;
        top: -43;
    }

    .mid .m4 .m42 {
        width: 100%;
        margin-left: 0px;
    }

    .mid .m4 .m42 .top_info .info_main {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {

    .mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .list,
    .mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .list {
        height: 135px;
        width: 100%;
        overflow: hidden;
    }

    .mid .sm2 .m2 .m2s3 .m2s31 ul a span {
        font-size: 14px;
    }

    .mid .m1 .sm1_box {
        justify-content: space-between;
    }

    .mid .m1 .sm1_box .ssm1_box {
        width: 60%;
    }

    .mid .m1 {
        margin-top: 0px;
        width: auto;
    }

    .mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .borr .sz,
    .mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .borr .sz {
        font-size: 25px;
    }

    .mid .sm2 .m2 {
        margin-top: 0px;
        display: block;
    }

    .mid .sm2 .m2 .m2s3 {
        width: 100%;
    }

    .mid .m3 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 500px) {
    .mid .m1 .sm1_box .right .rbtn {
        width: 125px;
        height: 60px;
        line-height: 60px;
    }

    .mid .sm2 .m2 .m2s3 .m2s31 ul a .yy {
        width: 66px;
        height: 66px;
    }

    .mid .m4 .m42 .top_info .top_info_head .top_info_ul li .f18 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 390px) {
    .mid .m1 .sm1_box .right .rbtn {
        margin-bottom: 10px;
        font-size: 18px;
    }
}




/* 信用卡*/
.xyk_mid .m1t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 45px;
    }
    .xyk_mid .m1t .more {
    font-size: 20px;
    font-weight: 500;
    }
    .xyk_mid .m1t .more a {
    color: #9FA0A0;
    font-size: 20px;
    font-weight: 500;
    }
    .xyk_mid .m1t .more a img {
    margin-left: 3px;
    position: relative;
    top: 3px;
    }
    .xyk_mid .tt .en {
    font-size: 20px;
    font-family: YouSheBiaoTiHei;
    font-weight: 400;
    color: #DCDDDD;
    }
    .xyk_mid .tt .zn {
    font-size: 25px;
    font-weight: bold;
    color: #164EB0;
    margin-top: 10px;
    }
    .xyk_mid .tt .xian {
    width: 34px;
    height: 3px;
    background: #164EB0;
    margin-top: 7px;
    }
    .xyk_mid .md1 .spw .lunbo {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    }
    .xyk_mid .md1 .spw .swiper-slide {
    background-position: center;
    background-size: cover;
    }
    .xyk_mid .md1 .spw .swiper-slide a {
    width: 100%;
    }
    .xyk_mid .md1 .spw .swiper-slide a img {
    width: 100%;
    }
    .xyk_mid .md1 .spw .swiper-slide a .yd {
    display: none;
    }
    .xyk_mid .md1 .spw .pic_wz {
    position: absolute;
    top: 255px;
    left: 50%;
    width: 1920px;
    height: auto;
    margin-left: -960px;
    }
    .xyk_mid .md1 .spw .position {
    bottom: 12px !important;
    left: unset !important;
    }
    .xyk_mid .md1 .spw .swiper-pagination-bullet {
    width: 40px !important;
    height: 4px !important;
    background-color: #fff;
    opacity: 1;
    border-radius: unset !important;
    }
    .xyk_mid .md1 .spw .swiper-pagination-bullet-active {
    background-color: #003586;
    width: 100px !important;
    }
    .xyk_mid .md1 .spw .swiper-pagination-white .swiper-pagination-bullet-active {
    background-color: #003586;
    width: 100px !important;
    }
    .xyk_mid .md1 .spw .wzb {
    box-sizing: border-box;
    }
    .xyk_mid .md1 .spw .wzb .ttt {
    font-size: 56px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #003586;
    margin-bottom: 28px;
    }
    .xyk_mid .md1 .spw .wzb .en {
    font-size: 19px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #727171;
    }
    .xyk_mid .md1 .spw .wzb .en a {
    font-size: 19px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #727171;
    }
    .xyk_mid .md2j {
    padding-top: 50px;
    }
    .xyk_mid .md2j .gund .box2 {
    overflow: hidden;
    padding: 0 60px;
    box-sizing: border-box;
    }
    .xyk_mid .md2j .gund .box2 .swiper-container {
    position: static;
    width: 100%;
    padding: 0 10px;
    
    }
    .xyk_mid .md2j .gund .box2 .swiper-container .im {
    display: inline-block;
    width: 100%;
    padding: 33px 20px;
    border-radius: 15px;
    }
    .xyk_mid .md2j .gund .box2 .swiper-container .im img {
    width: 263px;
    }
    .xyk_mid .md2j .gund .box2 .swiper-container .im .imb {
    height: 123px;
    }
    .xyk_mid .md2j .gund .box2 .swiper-container .im .imb .t1 {
    margin: 20px 0 10px 0;
    font-size: 20px;
    font-weight: 500;
    color: #003586;
text-align: center;
    }
    .xyk_mid .md2j .gund .box2 .swiper-container .im .imb p {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #898989;
    margin-bottom: 15px;
    }
    .xyk_mid .md2j .gund .box2 .swiper-container .im .imb .btn {
    display: none;
    margin: auto;
    width: 147px;
    border-radius: 6px;
    background-color: #003586;
    box-shadow: 2px 2px 10px #003586;
    text-align: center;
    line-height: 37px;
    }
    .xyk_mid .md2j .gund .box2 .swiper-container .im .imb .btn a {
    font-size: 16px;
    color: #fff;
    display: block;
    }
    .xyk_mid .md2j .gund .box2 .swiper-container .im:hover {
    transition: 0.4s;
    box-shadow: 0px 0px 10px #DCDDDD;
    }
    .xyk_mid .md2j .gund .box2 .swiper-container .im:hover .btn {
    display: block;
 margin-top: 10px;
    }
    .xyk_mid .md2j .gund .box2 .swiper-slide {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #fff;
    margin-right: 30px;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .xyk_mid .md2j .gund .box2 .swiper-button-next,
    .xyk_mid .md2j .gund .box2 .swiper-button-prev {
    position: absolute;
    top: 300px;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    box-shadow: 0px 3px 15px #dcdddd;
    background-image: none;
    }
    .xyk_mid .md2j .gund .box2 .swiper-button-next {
    background: url(/mainsite/template/page/hpjr/b2.png) no-repeat center;
    }
    .xyk_mid .md2j .gund .box2 .swiper-button-next:hover {
    background: url(/mainsite/template/page/hpjr/b22.png) no-repeat center;
    }
    .xyk_mid .md2j .gund .box2 .swiper-button-prev {
    background: url(/mainsite/template/page/hpjr/b1.png) no-repeat center;
    }
    .xyk_mid .md2j .gund .box2 .swiper-button-prev:hover {
    background: url(/mainsite/template/page/hpjr/b11.png) no-repeat center;
    }
    .xyk_mid .md2j .ka {
    padding: 25px 0 25px 155px;
    background-color: #f4f9ff;
    display: flex;
    }
    .xyk_mid .md2j .ka .s1 {
    background: url("/mainsite/template/page/xyk/kang.png") no-repeat;
    width: 210px;
    padding: 18px;
    box-sizing: border-box;
    text-align: center;
    }
    .xyk_mid .md2j .ka div.s2{
width: 80%;
padding-top: 17px;
}
    .xyk_mid .md2j .ka div span {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #3E3A39;
    position: relative;
    left: 10px;
    top: -3px;
    }
    .xyk_mid .md2j .ka ul {
    width: 80%;
    display: flex;
    align-items: center;
    }
    .xyk_mid .md2j .ka ul li {
    margin-left: 13%;
    text-align: center;
    }
    .xyk_mid .md2j .ka ul li a {
    display: block;
    border-radius: 5px;
    padding: 1px 6px;
    font-size: 20px;
    }
    .xyk_mid .md2j .ka ul li a:hover {
    background-color: #003586;
    color: #fff;
    }
    .xyk_mid .md2 .topb {
    margin-top: 40px;
    height: 567px;
    position: relative;
    }
    .xyk_mid .md2 .topb .top_info2 {
    position: absolute;
    top: 0;
    width: 65%;
    padding-left: 35px;
    box-sizing: border-box;
    }
    .xyk_mid .md2 .topb .top_info2 .top_info_head2 .top_info_ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 55px;
    }
    .xyk_mid .md2 .topb .top_info2 .top_info_head2 .top_info_ul li {
       width: 31%;
    margin-right: 2%;
min-height: 140px;
    }
    .xyk_mid .md2 .topb .top_info2 .top_info_head2 .top_info_ul li a {
    display: block;
    }
    .xyk_mid .md2 .topb .top_info2 .top_info_head2 .top_info_ul li a .f18 {
    font-size: 26px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #3E3A39;
    }
    .xyk_mid .md2 .topb .top_info2 .top_info_head2 .top_info_ul li a .f18 span {
    display: none;
    }
    .xyk_mid .md2 .topb .top_info2 .top_info_head2 .top_info_ul li a .lnx {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #727171;
    margin-top: 10px;
    }
    .xyk_mid .md2 .topb .top_info2 .top_info_head2 .top_info_ul li a .lnx p {
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    }
    .xyk_mid .md2 .topb .top_info2 .top_info_head2 .top_info_ul li a:hover .f18 {
    font-weight: 800;
    color: #003586;
    }
    .xyk_mid .md2 .topb .top_info2 .top_info_head2 .top_info_ul li a:hover .f18 span {
    display: inline-block;
    margin-left: 15px;
    font-size: 24px;
    position: relative;
    top: -2px;
    }
    .xyk_mid .md2 .topb .top_info2 .top_info_head2 .more a {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #003586;
    }
    .xyk_mid .md2 .topb .top_info2 .top_info_head2 .more a img {
    position: relative;
    top: 5px;
    right: -3px;
    margin-right: 10px;
    }
    .xyk_mid .md2 .topb div {
    height: 100%;
    }
    .xyk_mid .md2 .topb div .imgb {
    width: 100%;
    height: 100%;
    }
    .xyk_mid .md2 .topb div .imgb img {
    height: 100%;
    width: 100%;
    }
    .xyk_mid .md2 .ka {
    margin-top: 42px;
    padding: 25px 0 25px 155px;
    background-color: #f4f9ff;
    display: flex;
    }
    .xyk_mid .md2 .ka .s1 {
    background: url("/mainsite/template/page/xyk/kang.png") no-repeat;
    width: 210px;
    padding: 18px;
    box-sizing: border-box;
    text-align: center;
    }
.xyk_mid .md2 .ka div.s2{
width: 80%;
padding-top: 17px;
}
    .xyk_mid .md2 .ka div span {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #3E3A39;
    position: relative;
    left: 10px;
    top: -3px;
    }
    .xyk_mid .md2 .ka ul {
    width: 80%;
    display: flex;
    align-items: center;
    }
    .xyk_mid .md2 .ka ul li {
    margin-left: 13%;
    text-align: center;
    }
    .xyk_mid .md2 .ka ul li a {
    display: block;
    border-radius: 5px;
    padding: 1px 6px;
    font-size: 20px;
    }
    .xyk_mid .md2 .ka ul li a:hover {
    background-color: #003586;
    color: #fff;
    }
    .xyk_mid .md3 {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    }
    .xyk_mid .md3 .md31 {
    width: 50%;
    }
    .xyk_mid .md3 .md31 .md3a {
    display: flex;
    justify-content: space-between;
    }
    .xyk_mid .md3 .md31 .md3a .en {
    font-size: 20px;
    font-family: YouSheBiaoTiHei;
    font-weight: 400;
    color: #DCDDDD;
    }
    .xyk_mid .md3 .md31 .md3a .f18 {
    font-size: 22px;
    font-weight: 400;
    color: #3E3A39;
    margin-top: 10px;
    }
    .xyk_mid .md3 .md31 .md3a span {
    color: #164EB0;
    margin: 0 15px;
    font-size: 10px;
    position: relative;
    top: -4px;
    }
    .xyk_mid .md3 .md31 .md3a .ln {
    width: 92px;
    height: 8px;
    opacity: 0.3;
    background: #164EB0;
    position: relative;
    top: -11px;
    }
    .xyk_mid .md3 .md31 .md3a .more {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    top: 35px;
    }
    .xyk_mid .md3 .md31 .md3a .more a {
    color: #9FA0A0;
    font-size: 20px;
    font-weight: 500;
    }
    .xyk_mid .md3 .md31 .md3a .more a img {
    margin-left: 3px;
    position: relative;
    top: 2px;
    }
    .xyk_mid .md3 .md31 .md3b .info_main {
    margin-top: 20px;
    }
    .xyk_mid .md3 .md31 .md3b .info_main .info_list .info_ul li {
    border-bottom: 1px dashed #DADADA;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    }
    .xyk_mid .md3 .md31 .md3b .info_main .info_list .info_ul li a {
    display: block;
    position: relative;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    overflow: hidden;
    padding-left: 18px;
    width: 100%;
    }
    .xyk_mid .md3 .md31 .md3b .info_main .info_list .info_ul li a img {
    position: absolute;
    top: 21px;
    left: 8px;
    }
    .xyk_mid .md3 .md31 .md3b .info_main .info_list .info_ul li a .txt {
    width: calc(100% - 50px);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
    .xyk_mid .md3 .md31 .md3b .info_main .info_list .info_ul li a b {
    position: absolute;
    left: 0;
    top: 50%;
    height: 6px;
    width: 6px;
    background-color: #3399FF;
    margin-top: -3px;
    }
    .xyk_mid .md3 .md31 .md3b .info_main .info_list .info_ul li a:after {
    content: "";
    display: block;
    clear: both;
    }
    .xyk_mid .md3 .md32 {
    width: 50%;
    }
    .xyk_mid .md3 .md32 .md3c {
    width: 100%;
    position: relative;
    margin-top: 25px;
    padding-left: 45px;
    }
    .xyk_mid .md3 .md32 .md3c .bim {
    width: 100%;
    height: 193px;
    }
    .xyk_mid .md3 .md32 .md3c .bim img {
    width: 100%;
    height: 100%;
    }
    .xyk_mid .md3 .md32 .md3c .pwz {
    position: absolute;
    top: 70px;
    left: 80px;
    }
    .xyk_mid .md3 .md32 .md3c .pwz .a1 {
    display: block;
    }
    .xyk_mid .md3 .md32 .md3c .pwz .a1 .t4 {
    font-size: 30px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #C9A063;
    margin-bottom: 10px;
    }
    .xyk_mid .md3 .md32 .md3c .pwz .a1 .en {
    font-size: 20px;
    font-family: YouSheBiaoTiHei;
    font-weight: 400;
    color: #B5B5B6;
    }
    .xyk_mid .md3 .md32 .md3c .pwz .a1 .en a {
    font-size: 20px;
    font-family: YouSheBiaoTiHei;
    font-weight: 400;
    color: #B5B5B6;
    }
    .xyk_mid .md4 {
    margin-top: 50px;
    }
    .xyk_mid .md4 .bm4box {
    margin: 50px 0 60px 0;
    display: flex;
    justify-content: space-around;
    padding-bottom: 50px;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, #fff 35%, #f4f9ff 65%);
    }
    .xyk_mid .md4 .bm4box .m4box {
    background: url("/mainsite/template/page/xyk/xy4b.png") top center no-repeat;
    width: 315px;
    height: 95px;
    box-shadow: 2px 2px 10px #dcdddd;
    position: relative;
    }
    .xyk_mid .md4 .bm4box .m4box a {
    display: block;
    background-color: #fff;
    }
    .xyk_mid .md4 .bm4box .m4box a img {
    vertical-align: center;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
    }
    .xyk_mid .md4 .bm4box .m4box a span {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #3E3A39;
    position: absolute;
    left: 38%;
    top: 50%;
    transform: translate(0%, -50%);
    }
   .xyk_mid .md4 .bm4box .m4box a .span{
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #3E3A39;
    position: absolute;
    text-align: center;
    left: 28%;
    top: 50%;
    width: 60%;
    transform: translate(0%, -50%);
    }
    .xyk_mid .md5 {
    margin-bottom: 60px;
    }
    .xyk_mid .md5 .ggnews_list {
    margin: 0;
    }
    .xyk_mid .md5 .ggnews_list li {
    float: left;
    width: 49.5%;
    margin-bottom: 25px;
    height: 73px;
    line-height: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-right: 1px solid #dddede;
    }
    .xyk_mid .md5 .ggnews_list li a {
    display: block;
    position: relative;
    cursor: pointer;
    color: #000;
    font-size: 24px;
    overflow: hidden;
    padding-left: 18px;
    width: 100%;
    }
    .xyk_mid .md5 .ggnews_list li a img {
    position: absolute;
    top: 21px;
    left: 8px;
    }
    .xyk_mid .md5 .ggnews_list li a .txt {
    width: calc(100% - 140px);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    }
    .xyk_mid .md5 .ggnews_list li a .time {
    line-height: 30px;
    width: 75px;
    height: 75px;
    margin-right: 30px;
    float: left;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    background: url("/mainsite/template/page/xyk/tim.png") no-repeat;
    border-radius: 20px;
    display: inline-block;
    padding-top: 8px;
    box-sizing: border-box;
    }
    @media only screen and (max-width: 1200px) {
    .xyk_mid .md1 .spw .pic_wz {
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
    }
    .xyk_mid .md1 .spw .lunbo {
    height: 360px;
    }
    .xyk_mid .md1 .spw .lunbo a {
    height: 100%;
    }
    .xyk_mid .md1 .spw .lunbo a img {
    height: 100%;
    }
    .xyk_mid .md1 .spw .pic_wz {
    width: 100%;
    margin-left: 0;
    left: 0;
    }
    .xyk_mid .md1 .spw .wzb {
    padding-top: 0;
    }
    .xyk_mid .md1 .spw .position {
    right: 0;
    text-align: left;
    }
    .xyk_mid .md4 .bm4box {
    flex-wrap: wrap;
    }
    .xyk_mid .md4 .bm4box .m4box {
    width: 48%;
    margin-bottom: 25px;
    }
    }
    @media screen and (max-width: 960px) {
    .xyk_mid .md5 .md3b .info_main .info_list .info_ul li {
    width: 100%;
    }
    .xyk_mid .md5 .md3b .info_main .info_list .info_ul li:nth-child(odd) {
    border-right: none;
    }
    .box2 .swiper-button-next,
    .box2 .swiper-button-prev {
    display: none;
    }
    .xyk_mid .md2j .gund .box2 {
    padding: 0;
    }
    .xyk_mid .md2j .gund .box2 .swiper-container .im {
    box-shadow: 0px 0px 10px #DCDDDD;
    }
    .xyk_mid .md2j .gund .box2 .swiper-container .im .imb .btn {
    display: block;
    }
    .xyk_mid .md2j .ka,
    .xyk_mid .md2 .ka {
    display: block;
    padding-left: 10px;
    }
    .xyk_mid .md2j .ka div,
    .xyk_mid .md2 .ka div {
    margin: auto;
    }
    .xyk_mid .md2j .ka ul,
    .xyk_mid .md2 .ka ul {
    margin-top: 20px;
    width: 100%;
    justify-content: space-around;
    }
    .xyk_mid .md2j .ka ul li,
    .xyk_mid .md2 .ka ul li {
    margin-left: 0;
    }
.xyk_mid .md2 .topb {
    height: auto;
}
.xyk_mid .md2 .topb div .imgb{
display: none;
}
.xyk_mid .md2 .topb .top_info2 .top_info_head2 .top_info_u{
display: block;
}
.xyk_mid .md2 .topb .top_info2 .top_info_head2 .top_info_ul li {
    width: 96%;}
    .xyk_mid .md2 .topb .top_info2 {
    width: 100%;
    padding-left: 8%;
position: static;
    }
.xyk_mid .md2 .topb div#imgb{

}
    .xyk_mid .md2 .topb .top_info2 .top_info_head2 {
    width: 100%;
    }
    .xyk_mid .md3 {
    display: block;
    }
    .xyk_mid .md3 .md31 {
    width: 100%;
    }
    .xyk_mid .md3 .md32 {
    width: 100%;
    }
    .xyk_mid .md3 .md32 .md3c {
    padding-left: 0;
    }
    }
    @media only screen and (max-width: 768px) {
    .xyk_mid .md1 .spw .pic_wz {
    top: 200px;
    }
    }
    @media only screen and (max-width: 500px) {
    .xyk_mid .md4 .bm4box {
    display: block;
    margin-bottom: 0;
    background-image: none;
    }
    .xyk_mid .md4 .bm4box .m4box {
    width: 100%;
    margin-bottom: 25px;
    }
    .xyk_mid .md4 .bm4box .m4box:last-child {
    margin-bottom: 0;
    }
    }



/* 个人业务*/
.gr-mid .more {
    font-size: 20px;
    font-weight: 500;
}

.gr-mid .more a {
    color: #9FA0A0;
    font-size: 20px;
    font-weight: 500;
}

.gr-mid .more a img {
    position: relative;
    top: 3px;
    margin-left: 3px;
}

.gr-mid .tt .en {
    font-size: 20px;
    font-family: YouSheBiaoTiHei;
    font-weight: 400;
    color: #DCDDDD;
}

.gr-mid .tt .zn {
    font-size: 25px;
    font-weight: bold;
    color: #003586;
    margin-top: 10px;
}

.gr-mid .tt .xian {
    width: 34px;
    height: 3px;
    background: #003586;
    margin-top: 7px;
}

.gr-mid .midb {
    background: url("/mainsite/template/page/gryw/hnd2.png") top center no-repeat;
}

.gr-mid .md1 .spw .lunbo {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.gr-mid .md1 .spw .swiper-slide {
    background-position: center;
    background-size: cover;
}

.gr-mid .md1 .spw .swiper-slide a {
    width: 100%;
}

.gr-mid .md1 .spw .swiper-slide a img {
    width: 100%;
}

.gr-mid .md1 .spw .swiper-slide a .yd {
    display: none;
}

.gr-mid .md1 .spw .pic_wz {
    position: absolute;
    top: 255px;
    left: 50%;
    width: 1920px;
    height: auto;
    margin-left: -960px;
}

.gr-mid .md1 .spw .position {
    bottom: 12px !important;
    left: unset !important;
}

.gr-mid .md1 .spw .swiper-pagination-bullet {
    width: 40px !important;
    height: 4px !important;
    background-color: #fff;
    opacity: 1;
    border-radius: unset !important;
}

.gr-mid .md1 .spw .swiper-pagination-bullet-active {
    background-color: #003586;
    width: 100px !important;
}

.gr-mid .md1 .spw .swiper-pagination-white .swiper-pagination-bullet-active {
    background-color: #003586;
    width: 100px !important;
}

.gr-mid .md1 .spw .wzb {
    box-sizing: border-box;
}

.gr-mid .md1 .spw .wzb .ttt {
    font-size: 56px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #003586;
    margin-bottom: 28px;
}

.gr-mid .md1 .spw .wzb .en {
    font-size: 19px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #727171;
}

.gr-mid .md1 .spw .wzb .en a {
    font-size: 19px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #727171;
}

.gr-mid .m1t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 103px;
    margin-bottom: 45px;
}

.gr-mid .m1 {
    width: 1440px;
    margin: 0px auto;
    height: 480px;
    background-size: cover;
}

.gr-mid .m1 .img {
    width: 100%;
    height: 100%;
}

.gr-mid .m1 .sm1_box {
    height: 100%;
    display: flex;
    justify-content: space-around;
}

.gr-mid .m1 .sm1_box .ssm1_box {
    padding-top: 50px;
    box-sizing: border-box;
    width: 40%;
    height: 100%;
}

.gr-mid .m1 .sm1_box .ssm1_box .m1_box {
    height: 100%;
    /* lunbo */
}

.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb {
    display: none;
    height: 100%;
}

.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb .swiper-pagination-bullet {
    width: 40px !important;
    height: 2px !important;
    border-radius: 0 !important;
    background: #fff;
    opacity: 1;
}

.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb .swiper-pagination-bullet-active {
    background: #003586;
    width: 100px !important;
}

.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1,
.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 {
    position: relative;
    height: 99%;
}

.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis,
.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis {
    box-sizing: border-box;
}

.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .tit,
.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .tit {
    margin-bottom: 35px;
    font-size: 28px;
    font-weight: 700;
    color: #003586;
    box-sizing: border-box;
}
.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .list dl dd,
.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .list dl dd{
color: #9FA0A0;
}
.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .list,
.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .list {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    min-height: 130px;
}

.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .borr,
.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .borr {
    font-size: 17.7px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #E60012;
}

.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .borr .sz,
.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .borr .sz {
    margin-top: 10px;
    margin-bottom: 20px;
}

.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .borr .sz ,
.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .borr .sz  {
    font-size: 40px;
    font-family: Arial;
    font-weight: bold;
    color: #E60012;
}

.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .btn,
.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .btn {
    width: 124px;
    background-color: #003586;
    border-radius: 6px;
    box-shadow: 2px 2px 10px #003586;
    text-align: center;
    line-height: 31px;
    margin-right: 13px;
}

.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .btn a,
.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .btn a {
    color: #fff;
}

.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb .pic li {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb .pic li img {
    width: 450px;
    height: 280px;
}

.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position,
.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position2 {
    position: absolute;
    bottom: 0;
    height: 35px;
}

.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position li,
.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position2 li {
    width: 40px;
    height: 2px;
    margin: 0 3px;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
}

.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position .cur,
.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position2 .cur2 {
    background-color: #003586;
    width: 100px;
}

.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb .arrow {
    cursor: pointer;
    display: none;
    line-height: 39px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -20px;
    /*width的一半*/
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb.cur {
    display: block;
}

.gr-mid .m1 .sm1_box .right {
    width: 40%;
    padding-top: 50px;
    padding-left: 17%;
    box-sizing: border-box;
}

.gr-mid .m1 .sm1_box .right .rbtn {
    background-color: #fff;
    width: 337px;
    height: 158px;
    line-height: 158px;
    opacity: 0.75;
    margin-bottom: 32px;
    border-radius: 20px;
    font-size: 24px;
    text-align: center;
    color: #003586;
    font-weight: 500;
}

.gr-mid .m1 .sm1_box .right .rbtn.cur {
    background-color: #003586;
    color: #fff;
}

.gr-mid .sm2 {
    display: none;
}

.gr-mid .sm2 .m2 {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 260px;
}

.gr-mid .sm2 .m2 .m2s {
    padding-left: 24px;
    box-sizing: border-box;
    background: url("/mainsite/template/page/hpjr/ty.png") no-repeat;
}

.gr-mid .sm2 .m2 .m2s .top {
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 19px;
    font-family: Gotham700;
    font-weight: 400;
    color: #808080;
}

.gr-mid .sm2 .m2 .m2s .und {
    font-size: 46px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #3E3A39;
}

.gr-mid .sm2 .m2 .m2s3 {
    display: flex;
    width: 60%;
    justify-content: space-between;
}

.gr-mid .sm2 .m2 .m2s3 .m2s31 {
    width: 90%;
    margin-top: 50px;
}

.gr-mid .sm2 .m2 .m2s3 .m2s31 ul {
    display: flex;
    justify-content: space-around;
}

.gr-mid .sm2 .m2 .m2s3 .m2s31 ul a {
    display: block;
    text-align: center;
}

.gr-mid .sm2 .m2 .m2s3 .m2s31 ul a .yy {
    width: 99px;
    height: 99px;
    border-radius: 100%;
    box-shadow: 0px 0px 15px #DCDDDD;
    position: relative;
    background-color: #fff;
    margin-bottom: 25px;
}

.gr-mid .sm2 .m2 .m2s3 .m2s31 ul a .yy img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gr-mid .sm2 .m2 .m2s3 .m2s31 ul a span {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #3E3A39;
}

.gr-mid .sm2.cur {
    display: block;
    background: url("/mainsite/template/page/hpjr/hp2.png") top center no-repeat;
    background-size: cover;
}

.gr-mid .m3 .gund .box2 {
    overflow: hidden;
    box-sizing: border-box;
}

.gr-mid .m3 .gund .box2 .swiper-container {
    position: static;
    width: 100%;
    padding: 0 10px;
    text-align: center;
}

.gr-mid .m3 .gund .box2 .swiper-container .sm3 {
    border-top: 3px solid transparent;
    position: relative;
    width: 260px;
}

.gr-mid .m3 .gund .box2 .swiper-container .sm3 img {
    width: 100%;
}

.gr-mid .m3 .gund .box2 .swiper-container .sm3 .s33 {
    position: absolute;
    left: 30px;
    top: 30px;
}

.gr-mid .m3 .gund .box2 .swiper-container .sm3 .s33 p {
    font-size: 22px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #1A1A1A;
    margin-bottom: 19px;
}

.gr-mid .m3 .gund .box2 .swiper-container .sm3 .s33 .ck {
    width: auto;
    height: 25px;
}

.gr-mid .m3 .gund .box2 .swiper-container .sm3 .s33 .ck a {
    font-size: 12px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #003586;
    display: inline-block;
    border-radius: 8px;
    line-height: 12px;
    padding: 7px 15px;
}

.gr-mid .m3 .gund .box2 .swiper-container .sm3 .s33 .ck:hover a {
    background-color: #003586;
    color: #fff;
}

.gr-mid .m3 .gund .box2 .swiper-container .sm3:hover {
    border-top: 3px solid #f8b832;
    transition: all 0.8s ease;
}

.gr-mid .m3 .gund .box2 .swiper-slide {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #fff;
    margin-right: 30px;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.gr-mid .m3 .gund .box2 .swiper-button-next,
.gr-mid .m3 .gund .box2 .swiper-button-prev {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    box-shadow: 0px 3px 15px #dcdddd;
    background-image: none;
}

.gr-mid .m3 .gund .box2 .swiper-button-next {
    background: url(/mainsite/template/page/hpjr/b2.png) no-repeat center;
    right: -60px;
}

.gr-mid .m3 .gund .box2 .swiper-button-next:hover {
    background: url(/mainsite/template/page/hpjr/b22.png) no-repeat center;
}

.gr-mid .m3 .gund .box2 .swiper-button-prev {
    background: url(/mainsite/template/page/hpjr/b1.png) no-repeat center;
    left: -60px;
}

.gr-mid .m3 .gund .box2 .swiper-button-prev:hover {
    background: url(/mainsite/template/page/hpjr/b11.png) no-repeat center;
}

.gr-mid .m3 .bsm3 .sm3 {
    border-top: 3px solid transparent;
    position: relative;
    width: 260px;
}

.gr-mid .m3 .bsm3 .sm3 img {
    width: 100%;
}

.gr-mid .m3 .bsm3 .sm3 .s33 {
    position: absolute;
    left: 30px;
    top: 30px;
}

.gr-mid .m3 .bsm3 .sm3 .s33 p {
    font-size: 22px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #1A1A1A;
    margin-bottom: 19px;
}

.gr-mid .m3 .bsm3 .sm3 .s33 .ck {
    width: auto;
    height: 25px;
}

.gr-mid .m3 .bsm3 .sm3 .s33 .ck a {
    font-size: 12px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #003586;
    display: inline-block;
    border-radius: 8px;
    line-height: 12px;
    padding: 7px 15px;
}

.gr-mid .m3 .bsm3 .sm3 .s33 .ck:hover a {
    background-color: #003586;
    color: #fff;
}

.gr-mid .m3 .bsm3 .sm3:hover {
    border-top: 3px solid #f8b832;
    transition: all 0.8s ease;
}

.gr-mid .m2 {
    margin-top: 40px;
    height: 500px;
}

.gr-mid .m2 .topb {
    position: relative;
}

.gr-mid .m2 .topb .top_info2 {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 100px;
    box-sizing: border-box;
}

.gr-mid .m2 .topb .top_info2 .top_info_head2 .top_info_ul {
    display: flex;
    flex-wrap: wrap;
}

.gr-mid .m2 .topb .top_info2 .top_info_head2 .top_info_ul li {
    width: 50%;
    height: 100px;
    margin-top: 50px;
}

.gr-mid .m2 .topb .top_info2 .top_info_head2 .top_info_ul li a {
    display: block;
   /*width: 170px;*/
}

.gr-mid .m2 .topb .top_info2 .top_info_head2 .top_info_ul li a .f18 {
    width: 200px;
    font-size: 26px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #3E3A39;
}

.gr-mid .m2 .topb .top_info2 .top_info_head2 .top_info_ul li a .f18 span {
    display: none;
}

.gr-mid .m2 .topb .top_info2 .top_info_head2 .top_info_ul li a .lnx {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #727171;
    margin-top: 10px;
}

.gr-mid .m2 .topb .top_info2 .top_info_head2 .top_info_ul li a .lnx p {
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.gr-mid .m2 .topb .top_info2 .top_info_head2 .top_info_ul li a:hover .f18 {
    font-weight: 800;
    color: #003586;
}

.gr-mid .m2 .topb .top_info2 .top_info_head2 .top_info_ul li a:hover .f18 span {
    display: inline-block;
    margin-left: 15px;
    font-size: 24px;
    position: relative;
    top: -2px;
}

.gr-mid .m2 .topb .top_info2 .top_info_head2 .more {
    margin-top: 60px;
    width: 100px;
}

.gr-mid .m2 .topb .top_info2 .top_info_head2 .more a {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 600;
    color: #003586;
margin-left: 5px;
}

.gr-mid .m2 .topb .top_info2 .top_info_head2 .more a img {
    position: relative;
    top: 3px;
    right: -3px;
}

.gr-mid .m2 .topb .top_info2 .more {
    margin-top: 60px;
}

.gr-mid .m2 .topb .top_info2 .more a {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #003586;
}

.gr-mid .m2 .topb .imgb img {
    height: 100%;
}

.gr-mid .m4 {
    display: flex;
    justify-content: space-between;
}

.gr-mid .m4 .m42 {
    width: 51%;
}

.gr-mid .m4 .m42 .top_info .top_info_head .m1t {
    margin-bottom: 0;
}

.gr-mid .m4 .m42 .top_info .top_info_head .more {
    float: right;
}

.gr-mid .m4 .m42 .top_info .info_main .info_list {
    display: none;
}

.gr-mid .m4 .m42 .top_info .info_main .info_list .info_ul li {
    border-bottom: 1px dashed #DADADA;
   /* line-height: 49px;*/
    line-height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.gr-mid .m4 .m42 .top_info .info_main .info_list .info_ul li a {
    display: block;
    position: relative;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    overflow: hidden;
    padding-left: 18px;
    width: 100%;
}

.gr-mid .m4 .m42 .top_info .info_main .info_list .info_ul li a img {
    position: absolute;
    top: 21px;
    left: 8px;
}

.gr-mid .m4 .m42 .top_info .info_main .info_list .info_ul li a .txt {
letter-spacing: -1px;
    width: calc(100% - 110px);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    font-size: 16px;
}

.gr-mid .m4 .m42 .top_info .info_main .info_list .info_ul li a .time {
    width: 90px;
    float: right;
    color: #9FA0A0;
    font-size: 14px;
    text-align: right;
}

.gr-mid .m4 .m42 .top_info .info_main .info_list .info_ul li a b {
    position: absolute;
    left: 0;
    top: 50%;
    height: 6px;
    width: 6px;
    background-color: #3399FF;
    margin-top: -3px;
}

.gr-mid .m4 .m42 .top_info .info_main .info_list .info_ul li a:after {
    content: "";
    display: block;
    clear: both;
}

.gr-mid .m4 .m42 .top_info .info_main .info_list.cur {
    display: block;
}

.gr-mid .m4 .m422 {
    width: 45%;
    margin-top: 140px;
}

.gr-mid .m4 .m422 .bm4box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.gr-mid .m4 .m422 .bm4box .m4box {
    background: url("/mainsite/template/page/gryw/xy4b.png") bottom 25px center no-repeat;
    background-size: 68%;
    width: 47%;
    height: 120px;
    box-shadow: 2px 2px 10px #dcdddd;
    position: relative;
}

.gr-mid .m4 .m422 .bm4box .m4box a {
    display: block;
}

.gr-mid .m4 .m422 .bm4box .m4box a .img {
    margin-top: 20px;
    margin-left: 50px;
    display: inline-block;
    width: 85px;
    height: 85px;
    background: url("/mainsite/template/page/gryw/tb.png") top center no-repeat;
    position: relative;
    background-size: 100% 100%;
}

.gr-mid .m4 .m422 .bm4box .m4box a .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gr-mid .m4 .m422 .bm4box .m4box a span {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 600;
    color: #3E3A39;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(0%, -50%);
}

.gr-mid .m4 .m422 .bm4box .m4box:hover {
    background: url("/mainsite/template/page/gryw/xy4bh.png") bottom 25px center no-repeat;
    background-size: 68%;
}

.gr-mid .m4 .m422 .bm4box .m4box:hover a .img {
    background: url("/mainsite/template/page/gryw/th.png") top center no-repeat;
}

.gr-mid .m4 .m422 .bm4box .m4box:first-child,
.gr-mid .m4 .m422 .bm4box .m4box:nth-child(2) {
    margin-bottom: 40px;
}

.gr-mid .m5 {
    display: flex;
    justify-content: space-between;
}

.gr-mid .m5 .m41 {
    width: 51%;
}

.gr-mid .m5 .m41 .vid {
    position: relative;
}

.gr-mid .m5 .m41 .vid a {
    display: inline-block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
height: 450px;

}

.gr-mid .m5 .m41 .vid a .img {
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.gr-mid .m5 .m41 .vid a .ig2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gr-mid .m5 .m41 .vid .video_left_bottom {
    position: absolute;
    height: 43px;
    line-height: 43px;
    width: 100%;
    bottom: 1px;
    background-color: #003586;
}

.gr-mid .m5 .m41 .vid .video_left_bottom p {
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: #fff;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gr-mid .m5 .m51 {
    width: 45%;
}

.gr-mid .m5 .m51 .gund .box2 {
    overflow: hidden;
    box-sizing: border-box;
}

.gr-mid .m5 .m51 .gund .box2 .swiper-container {
    width: 100%;
}

.gr-mid .m5 .m51 .gund .box2 .swiper-container .im {
    display: inline-block;
    width: 460px;
}

.gr-mid .m5 .m51 .gund .box2 .swiper-container .im a {
    display: block;
}

.gr-mid .m5 .m51 .gund .box2 .swiper-container .im img {
   height: 305px;
}

.gr-mid .m5 .m51 .gund .box2 .swiper-container .im .imb {
    margin-top: 50px;
    height: 85px;
    background: url("/mainsite/template/page/gryw/kt.png") left bottom no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 60px;
}

.gr-mid .m5 .m51 .gund .box2 .swiper-container .im .imb span {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #3E3A39;
}

.gr-mid .m5 .m51 .gund .box2 .swiper-slide {
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.gr-mid .m5 .m51 .gund .box2 .swiper-button-next,
.gr-mid .m5 .m51 .gund .box2 .swiper-button-prev {
    position: absolute;
    top: 213px;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    box-shadow: 0px 3px 15px #dcdddd;
    background-image: none;
}

.gr-mid .m5 .m51 .gund .box2 .swiper-button-next {
    background: url(/mainsite/template/page/hpjr/b2.png) no-repeat center;
}

.gr-mid .m5 .m51 .gund .box2 .swiper-button-next:hover {
    background: url(/mainsite/template/page/hpjr/b22.png) no-repeat center;
}

.gr-mid .m5 .m51 .gund .box2 .swiper-button-prev {
    background: url(/mainsite/template/page/hpjr/b1.png) no-repeat center;
}

.gr-mid .m5 .m51 .gund .box2 .swiper-button-prev:hover {
    background: url(/mainsite/template/page/hpjr/b11.png) no-repeat center;
}

.gr-mid .m6 .bm4box {
    margin: 50px 0 70px 0;
    display: flex;
    justify-content: space-around;
    padding-bottom: 50px;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, #fff 35%, #f4f9ff 65%);
}

.gr-mid .m6 .bm4box .m4box {
    background: url("/mainsite/template/page/xyk/xy4b.png") top center no-repeat;
    width: 315px;
    height: 95px;
    box-shadow: 2px 2px 10px #dcdddd;
    position: relative;
}

.gr-mid .m6 .bm4box .m4box a {
    display: block;
    background-color: #fff;
}

.gr-mid .m6 .bm4box .m4box a img {
    vertical-align: center;
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translate(0%, -50%);
}

.gr-mid .m6 .bm4box .m4box a span {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #3E3A39;
    position: absolute;
    left: 38%;
    top: 50%;
    transform: translate(0%, -50%);
}

@media only screen and (max-width: 1200px) {
    .gr-mid .m2 .topb .imgb {
        width: 100%;
    }

    .gr-mid .md1 .spw .pic_wz {
        left: 0%;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .gr-mid .md1 .spw .lunbo {
        height: 360px;
    }

    .gr-mid .md1 .spw .lunbo a {
        height: 100%;
    }

    .gr-mid .md1 .spw .lunbo a img {
        height: 100%;
    }

    .gr-mid .more {
        width: 70px;
top: -60px;
    position: relative;
    }

    .gr-mid .m1 .sm1_box {
        justify-content: left;
    }

    .gr-mid .m1 .sm1_box .right {
        width: auto;
        padding-left: 0;
    }

    .gr-mid .md1 .spw .pic_wz {
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    .gr-mid .md1 .spw .wzb {
        padding-top: 0;
    }

    .gr-mid .md1 .spw .position {
        right: 0;
        text-align: left;
    }

    .gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position,
    .gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position2 {
        right: unset;
    }
}

@media screen and (max-width: 960px) {
.gr-mid .m5 .m51 .gund .box2 .swiper-container .im img {
height: auto;
width:99%;
}

    .gr-mid .sm2 .m2 {
        padding: 35px 0;
        box-sizing: border-box;
        height: auto;
    }

    .gr-mid .sm2 .m2 .m2s {
        padding-top: 0;
        background: none;
    }

    .gr-mid .sm2 .m2 .m2s3 {
        align-items: center;
    }

    .gr-mid .m3 .gund .box2 .swiper-slide {
        width: 100%;
    }

    .gr-mid .m3 .gund .box2 .swiper-slide .sm3 {
        width: 100%;
    }

    .gr-mid .m3 .gund .box2 .swiper-slide .swiper-button-next,
    .gr-mid .m3 .gund .box2 .swiper-slide .swiper-button-prev {
        display: none;
    }

    .gr-mid .m5 {
        display: block;
    }

    .gr-mid .m5 .m41 {
        width: 100%;
    }

    .gr-mid .m5 .m51 {
        width: 100%;
    }

    .gr-mid .m5 .m51 .gund {
        width: 100%;
    }

    .gr-mid .m5 .m51 .gund .box2 .swiper-button-next,
    .gr-mid .m5 .m51 .gund .box2 .swiper-button-prev {
        display: none;
    }

    .gr-mid .m6 .bm4box {
        flex-wrap: wrap;
    }

    .gr-mid .m6 .bm4box .m4box {
        width: 48%;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 900px) {
    .gr-mid .m1 .sm1_box .ssm1_box {
        width: 40%;
    }

    .gr-mid .m1 .sm1_box .right .rbtn {
        width: 170px;
        height: 100px;
        line-height: 100px;
    }

    .gr-mid .sm2 .m2 {
        justify-content: space-between;
        align-items: center;
    }

    .gr-mid .m4 {
        display: block;
    }

    .gr-mid .m4 .m42 {
        width: 100%;
        margin-right: 0px;
    }

    .gr-mid .m4 .m42 .top_info {
        padding-top: 44px;
        box-sizing: border-box;
    }

    .gr-mid .m4 .m42 .top_info .info_main {
        margin-top: 20px;
    }

    .gr-mid .m4 .m422 {
        width: 100%;
        margin-top: 30px;
    }

    .gr-mid .m4 .m422 .bm4box {
        width: 100%;
    }

    .gr-mid .m4 .m422 .bm4box .m4box {
        width: 48%;
    }

    .gr-mid .m5 .m41 .vid {
        width: 100%;
    }

    .gr-mid .m5 .m41 .vid a {
        width: 100%;
        height: auto;
    }

    .gr-mid .m5 .m41 .vid .video_left_bottom {
        position: relative;
        width: 100%;
        top: -43;
    }
}

@media only screen and (max-width: 768px) {

    .gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .list,
    .gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .list {
        height: 135px;
        width: 100%;
        overflow: hidden;
    }

    .gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .borr .sz,
    .gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .borr .sz {
        font-size: 25px;
    }

    .gr-mid .m1 {
        margin-top: 0px;
        width: auto;
    }

    .gr-mid .m1 .sm1_box {
        justify-content: space-between;
    }

    .gr-mid .m1 .sm1_box .ssm1_box {
        width: 60%;
    }

    .gr-mid .sm2 .m2 {
        margin-top: 0px;
        display: block;
    }

    .gr-mid .sm2 .m2 .m2s3 {
        width: 100%;
    }

    .gr-mid .sm2 .m2 .m2s3 .m2s31 ul a span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 600px) {
    .gr-mid .m4 .m422 .bm4box .m4box {
        width: 100%;
    }

    .gr-mid .m4 .m422 .bm4box .m4box:nth-child(3) {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 500px) {
    .gr-mid .m1 .sm1_box .right .rbtn {
        width: 125px;
        height: 60px;
        line-height: 60px;
    }

    .gr-mid .sm2 .m2 .m2s3 .m2s31 ul a .yy {
        width: 66px;
        height: 66px;
    }

    .gr-mid .m2 .topb .top_info2 {
        padding-left: 10%;
    }

    .gr-mid .m6 .bm4box {
        display: block;
        margin-bottom: 0;
        background-image: none;
    }

    .gr-mid .m6 .bm4box .m4box {
        width: 100%;
        margin-bottom: 25px;
    }

    .gr-mid .m6 .bm4box .m4box:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 390px) {
    .gr-mid .m1 .sm1_box .right .rbtn {
        margin-bottom: 10px;
        font-size: 18px;
    }
}




/* 国际业务 */
.gjyw_mid .m1t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 45px;
}

.gjyw_mid .m1t .more {
    font-size: 20px;
    font-weight: 500;
}

.gjyw_mid .m1t .more a {
    color: #9FA0A0;
    font-size: 20px;
    font-weight: 500;
}

.gjyw_mid .m1t .more a img {
    margin-left: 3px;
    position: relative;
    top: 3px;
}

.gjyw_mid .tt .en {
    font-size: 20px;
    font-family: YouSheBiaoTiHei;
    font-weight: 400;
    color: #DCDDDD;
}

.gjyw_mid .tt .zn {
    font-size: 25px;
    font-weight: bold;
    color: #164EB0;
    margin-top: 10px;
}

.gjyw_mid .tt .xian {
    width: 34px;
    height: 3px;
    background: #164EB0;
    margin-top: 7px;
}

.gjyw_mid .md1 .spw .lunbo {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.gjyw_mid .md1 .spw .swiper-slide {
    background-position: center;
    background-size: cover;
}

.gjyw_mid .md1 .spw .swiper-slide a {
    width: 100%;
}

.gjyw_mid .md1 .spw .swiper-slide a img {
    width: 100%;
}

.gjyw_mid .md1 .spw .swiper-slide a .yd {
    display: none;
}

.gjyw_mid .md1 .spw .pic_wz {
    position: absolute;
    top: 255px;
    left: 50%;
    width: 1920px;
    height: auto;
    margin-left: -960px;
}

.gjyw_mid .md1 .spw .position {
    bottom: 12px !important;
    left: unset !important;
}

.gjyw_mid .md1 .spw .swiper-pagination-bullet {
    width: 40px !important;
    height: 4px !important;
    background-color: #fff;
    opacity: 1;
    border-radius: unset !important;
}

.gjyw_mid .md1 .spw .swiper-pagination-bullet-active {
    background-color: #003586;
    width: 100px !important;
}

.gjyw_mid .md1 .spw .swiper-pagination-white .swiper-pagination-bullet-active {
    background-color: #003586;
    width: 100px !important;
}

.gjyw_mid .md1 .spw .wzb {
    box-sizing: border-box;
}

.gjyw_mid .md1 .spw .wzb .ttt {
    font-size: 56px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #003586;
    margin-bottom: 28px;
}

.gjyw_mid .md1 .spw .wzb .en {
    font-size: 19px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #727171;
}

.gjyw_mid .md1 .spw .wzb .en a {
    font-size: 19px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #727171;
}

.gjyw_mid .md2 .topb {
    margin-top: 40px;
    height: 567px;
    position: relative;
}

.gjyw_mid .md2 .topb .top_info2 {
    position: absolute;
    top: 0;
    width: 60%;
    padding-left: 35px;
    box-sizing: border-box;
}
.gjyw_mid .md2 .topb .top_info2 .top_info_head2 {
  display: flex;
  flex-wrap: wrap;
}
.gjyw_mid .md2 .topb .top_info2 .top_info_head2 .top_info_ul {
  width: 33%;
  min-height: 170px;
}
.gjyw_mid .md2 .topb .top_info2 .top_info_head2 .top_info_ul .f18 {
  font-size: 26px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #3E3A39;
}
.gjyw_mid .md2 .topb .top_info2 .top_info_head2 .top_info_ul .f18 span {
  display: none;
}
.gjyw_mid .md2 .topb .top_info2 .top_info_head2 .top_info_ul .f18 a {
  transition: 0s !important;
}
.gjyw_mid .md2 .topb .top_info2 .top_info_head2 .top_info_ul .f18:hover a {
  font-weight: 800;
  color: #003586;
}
.gjyw_mid .md2 .topb .top_info2 .top_info_head2 .top_info_ul .f18:hover span {
  display: inline-block;
  margin-left: 10px;
  font-size: 24px;
  position: relative;
  top: -2px;
}
.gjyw_mid .md2 .topb .top_info2 .top_info_head2 .top_info_ul .lnx ul li a {
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #727171;
  margin-top: 10px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.gjyw_mid .md2 .topb .top_info2 .top_info_head2 .more {
    margin-top: 60px;
}

.gjyw_mid .md2 .topb .top_info2 .top_info_head2 .more a {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #003586;
}

.gjyw_mid .md2 .topb .top_info2 .top_info_head2 .more a img {
    position: relative;
    top: 5px;
    right: -3px;
    margin-right: 5px;
}

.gjyw_mid .md2 .topb .imgb {
    width: 110%;
    height: 100%;
    position: absolute;
    right: 0;
}

.gjyw_mid .md2 .topb .imgb img {
    width: 100%;
    height: 100%;
}

.gjyw_mid .md2j {
    padding-top: 50px;
}

.gjyw_mid .md2j .gund .box2 {
    overflow: hidden;
    padding: 0 60px;
    box-sizing: border-box;
}

.gjyw_mid .md2j .gund .box2 .swiper-container {
    position: static;
    width: 100%;
    padding: 0 10px;
    text-align: center;
}

.gjyw_mid .md2j .gund .box2 .swiper-container .im {
    display: inline-block;
    width: 100%;
    padding: 33px 0;
    border-radius: 15px;
}

.gjyw_mid .md2j .gund .box2 .swiper-container .im img {
    width: 263px;
}

.gjyw_mid .md2j .gund .box2 .swiper-container .im .imb {
    text-align: center;
    height: 123px;
}

.gjyw_mid .md2j .gund .box2 .swiper-container .im .imb .t1 {
    margin: 20px 0 10px 0;
    font-size: 20px;
    font-weight: 500;
    color: #003586;
}

.gjyw_mid .md2j .gund .box2 .swiper-container .im .imb p {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #898989;
    margin-bottom: 25px;
}

.gjyw_mid .md2j .gund .box2 .swiper-container .im .imb .btn {
    display: none;
    margin: auto;
    width: 147px;
    border-radius: 6px;
    background-color: #003586;
    box-shadow: 2px 2px 10px #003586;
    text-align: center;
    line-height: 37px;
}

.gjyw_mid .md2j .gund .box2 .swiper-container .im .imb .btn a {
    font-size: 16px;
    color: #fff;
    display: block;
}

.gjyw_mid .md2j .gund .box2 .swiper-container .im:hover {
    transition: 0.4s;
    box-shadow: 0px 0px 10px #DCDDDD;
}

.gjyw_mid .md2j .gund .box2 .swiper-container .im:hover .btn {
    display: block;
}

.gjyw_mid .md2j .gund .box2 .swiper-slide {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #fff;
    margin-right: 30px;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.gjyw_mid .md2j .gund .box2 .swiper-button-next,
.gjyw_mid .md2j .gund .box2 .swiper-button-prev {
    position: absolute;
    top: 300px;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    box-shadow: 0px 3px 15px #dcdddd;
    background-image: none;
}

.gjyw_mid .md2j .gund .box2 .swiper-button-next {
    background: url(/mainsite/template/page/hpjr/b2.png) no-repeat center;
}

.gjyw_mid .md2j .gund .box2 .swiper-button-next:hover {
    background: url(/mainsite/template/page/hpjr/b22.png) no-repeat center;
}

.gjyw_mid .md2j .gund .box2 .swiper-button-prev {
    background: url(/mainsite/template/page/hpjr/b1.png) no-repeat center;
}

.gjyw_mid .md2j .gund .box2 .swiper-button-prev:hover {
    background: url(/mainsite/template/page/hpjr/b11.png) no-repeat center;
}

.gjyw_mid .md2j .ka {
    padding: 25px 0 25px 113px;
    background-color: #f4f9ff;
    display: flex;
}

.gjyw_mid .md2j .ka div {
    background: url("/mainsite/template/page/xyk/kang.png") no-repeat;
    width: 210px;
    padding: 18px;
    box-sizing: border-box;
    text-align: center;
}

.gjyw_mid .md2j .ka div span {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #3E3A39;
    position: relative;
    left: 10px;
    top: -3px;
}

.gjyw_mid .md2j .ka ul {
    width: 80%;
    display: flex;
    align-items: center;
}

.gjyw_mid .md2j .ka ul li {
    margin-left: 7%;
    text-align: center;
}

.gjyw_mid .md2j .ka ul li a {
    display: block;
    border-radius: 5px;
    padding: 1px 6px;
    font-size: 20px;
}

.gjyw_mid .md2j .ka ul li a:hover {
    background-color: #003586;
    color: #fff;
}

.gjyw_mid .md3 {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.gjyw_mid .md3 .md31 {
    width: 55%;
    margin-right: 50px;
}

.gjyw_mid .md3 .md31 .tim {
    text-align: right;
    margin-bottom: 20px;
}

.gjyw_mid .md3 .md31 .tim a {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #9FA0A0;
}

.gjyw_mid .md3 .md31 .md3s table {
    width: 100%;
}

.gjyw_mid .md3 .md31 .md3s .table_two {
    border-collapse: collapse;
}

.gjyw_mid .md3 .md31 .md3s .table_two tr {
    line-height: 49px;
}

.gjyw_mid .md3 .md31 .md3s .table_two tr td,
.gjyw_mid .md3 .md31 .md3s .table_two tr th {
    font-size: 22px;
    text-align: center;
    color: #595757;
}

.gjyw_mid .md3 .md31 .md3s .table_two tr td:nth-child(1) {
    color: #000;
}

.gjyw_mid .md3 .md31 .md3s .table_two tr:nth-child(odd) {
    background-color: #e7edf7;
}

.gjyw_mid .md3 .md31 .md3s .table_two tr:first-child {
    background-color: #003586;
}

.gjyw_mid .md3 .md31 .md3s .table_two tr:first-child th {
    color: #fff;
    font-weight: 500;
}

.gjyw_mid .md3 .md32 {
    width: 45%;
}

.gjyw_mid .md3 .md32 .md3c {
    width: 100%;
    position: relative;
    margin-top: 44px;
}

.gjyw_mid .md3 .md32 .md3c .bim {
    width: 100%;
    height: 193px;
}

.gjyw_mid .md3 .md32 .md3c .bim img {
    width: 100%;
    height: 100%;
}

.gjyw_mid .md3 .md32 .md3c .pwz {
    position: absolute;
    top: 70px;
    left: 108px;
}

.gjyw_mid .md3 .md32 .md3c .pwz .a1 {
    display: block;
}

.gjyw_mid .md3 .md32 .md3c .pwz .a1 .t4 {
    font-size: 34px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #003586;
    margin-bottom: 10px;
}

.gjyw_mid .md3 .md32 .md3c:nth-child(1) {
    margin-top: 23px;
}

.gjyw_mid .md4 {
    margin-top: 50px;
    margin-bottom: 70px;
}

.gjyw_mid .md4 .md31 {
    width: 100%;
}

.gjyw_mid .md4 .md31 .top_info_head {
    display: flex;
    justify-content: space-between;
}

.gjyw_mid .md4 .md31 .top_info_head .top_info_ul {
    display: flex;
}

.gjyw_mid .md4 .md31 .top_info_head .top_info_ul li .en {
    font-size: 20px;
    font-family: YouSheBiaoTiHei;
    font-weight: 400;
    color: #DCDDDD;
}

.gjyw_mid .md4 .md31 .top_info_head .top_info_ul li .f18 {
    font-size: 22px;
    font-weight: 400;
    color: #3E3A39;
    margin-top: 10px;
}

.gjyw_mid .md4 .md31 .top_info_head .top_info_ul li span {
    color: #003586;
    margin: 0 15px;
    font-size: 10px;
    position: relative;
    top: -4px;
}

.gjyw_mid .md4 .md31 .top_info_head .top_info_ul li .ln {
    display: none;
    width: 92px;
    height: 8px;
    opacity: 0.3;
    background: #003586;
    position: relative;
    top: -11px;
}

.gjyw_mid .md4 .md31 .top_info_head .top_info_ul li .ln.cu1 {
    display: block;
    transition: 0.5s;
}

.gjyw_mid .md4 .md31 .top_info_head .top_info_ul li.cur .f18 {
    color: #003586;
}

.gjyw_mid .md4 .md31 .top_info_head .more {
    position: relative;
    top: 30px;
    font-size: 20px;
    font-weight: 500;
}

.gjyw_mid .md4 .md31 .top_info_head .more a {
    color: #9FA0A0;
    font-size: 20px;
    font-weight: 500;
}

.gjyw_mid .md4 .md31 .top_info_head .more a img {
    margin-left: 3px;
    position: relative;
    top: 3px;
}

.gjyw_mid .md4 .md31 .md3b .info_main {
    margin-top: 20px;
}

.gjyw_mid .md4 .md31 .md3b .info_main .info_list {
    display: none;
}

.gjyw_mid .md4 .md31 .md3b .info_main .info_list .info_ul li {
    border-bottom: 1px dashed #DADADA;
    line-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.gjyw_mid .md4 .md31 .md3b .info_main .info_list .info_ul li a {
    display: block;
    position: relative;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    overflow: hidden;
    padding-left: 18px;
    width: 100%;
}

.gjyw_mid .md4 .md31 .md3b .info_main .info_list .info_ul li a img {
    position: absolute;
    top: 21px;
    left: 8px;
}

.gjyw_mid .md4 .md31 .md3b .info_main .info_list .info_ul li a .txt {
    width: calc(100% - 125px);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.gjyw_mid .md4 .md31 .md3b .info_main .info_list .info_ul li a .time {
    width: 120px;
    float: right;
    color: #9FA0A0;
    font-size: 18px;
    text-align: right;
}

.gjyw_mid .md4 .md31 .md3b .info_main .info_list .info_ul li a b {
    position: absolute;
    left: 0;
    top: 50%;
    height: 6px;
    width: 6px;
    background-color: #3399FF;
    margin-top: -3px;
}

.gjyw_mid .md4 .md31 .md3b .info_main .info_list .info_ul li a:after {
    content: "";
    display: block;
    clear: both;
}

.gjyw_mid .md4 .md31 .md3b .info_main .info_list.cur {
    display: block;
}

@media only screen and (max-width: 1200px) {
    .gjyw_mid .md1 .spw .pic_wz {
        left: 0%;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .gjyw_mid .md1 .spw .lunbo {
        height: 360px;
    }

    .gjyw_mid .md1 .spw .lunbo a {
        height: 100%;
    }

    .gjyw_mid .md1 .spw .lunbo a img {
        height: 100%;
    }

    .gjyw_mid .md1 .spw .pic_wz {
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    .gjyw_mid .md1 .spw .wzb {
        padding-top: 0;
    }

    .gjyw_mid .md1 .spw .position {
        right: 0;
        text-align: left;
    }

    .gjyw_mid .md4 .bm4box {
        flex-wrap: wrap;
    }

    .gjyw_mid .md4 .bm4box .m4box {
        width: 48%;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 960px) {
.gjyw_mid .md2 .topb .top_info2 .top_info_head2 .top_info_ul li{
height: auto;
}
.gjyw_mid .md2 .topb{
     height: auto;
}
.gjyw_mid .md2 .topb .top_info2 {
    position: static;}
.gjyw_mid .md2 .topb .top_info2 .top_info_head2 .top_info_ul li{
width: 96%;
}
.gjyw_mid .md2 .topb .imgb{
display: none;
}
    .box2 .swiper-button-next,
    .box2 .swiper-button-prev {
        display: none;
    }

    .gjyw_mid .md2j .gund .box2 {
        padding: 0;
    }

    .gjyw_mid .md2j .gund .box2 .swiper-container .im {
        box-shadow: 0px 0px 10px #DCDDDD;
    }

    .gjyw_mid .md2j .gund .box2 .swiper-container .im .imb .btn {
        display: block;
    }

    .gjyw_mid .md2j .ka {
        display: block;
        padding-left: 10px;
    }

    .gjyw_mid .md2j .ka div {
        margin: auto;
    }

    .gjyw_mid .md2j .ka ul {
        margin-top: 20px;
        width: 100%;
        justify-content: space-around;
    }

    .gjyw_mid .md2j .ka ul li {
        margin-left: 0;
    }
.gjyw_mid .md2j .ka ul li a{
    font-size: 15px;
}
    .gjyw_mid .md2 .topb .top_info2 {
        width: 100%;
        padding-left: 8%;
    }

    .gjyw_mid .md2 .topb .top_info2 .top_info_head2 {
        width: 100%;
    }

    .gjyw_mid .md3 {
        display: block;
    }

    .gjyw_mid .md3 .md31 {
        width: 100%;
        margin-bottom: 20px;
    }

    .gjyw_mid .md3 .md32 {
        width: 100%;
    }

    .gjyw_mid .md3 .md32 .md3c {
        padding-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .gjyw_mid .md1 .spw .pic_wz {
        top: 200px;
    }
}

@media only screen and (max-width: 500px) {
    .gjyw_mid .md4 .bm4box {
        display: block;
        margin-bottom: 0;
        background-image: none;
    }

    .gjyw_mid .md4 .bm4box .m4box {
        width: 100%;
        margin-bottom: 25px;
    }

    .gjyw_mid .md4 .bm4box .m4box:last-child {
        margin-bottom: 0;
    }
}






/* 资金业务 */
.zj-mid .more {
    font-size: 20px;
    font-weight: 500;
}

.zj-mid .more a {
    color: #9FA0A0;
    font-size: 20px;
    font-weight: 500;
}

.zj-mid .more a img {
    position: relative;
    top: 3px;
    margin-left: 3px;
}

.zj-mid .tt .en {
    font-size: 20px;
    font-family: YouSheBiaoTiHei;
    font-weight: 400;
    color: #DCDDDD;
}

.zj-mid .tt .zn {
    font-size: 25px;
    font-weight: bold;
    color: #003586;
    margin-top: 10px;
}

.zj-mid .tt .xian {
    width: 34px;
    height: 3px;
    background: #003586;
    margin-top: 7px;
}

.zj-mid .m1t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 45px;
}

.zj-mid .info_main .info_list {
    display: none;
}

.zj-mid .info_main .info_list .info_ul li {
    border-bottom: 1px dashed #DADADA;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.zj-mid .info_main .info_list .info_ul li a {
    display: block;
    position: relative;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    overflow: hidden;
    padding-left: 18px;
    width: 100%;
}

.zj-mid .info_main .info_list .info_ul li a img {
    position: absolute;
    top: 21px;
    left: 8px;
}

.zj-mid .info_main .info_list .info_ul li a .txt {
    width: calc(100% - 110px);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.zj-mid .info_main .info_list .info_ul li a .time {
    width: 90px;
    float: right;
    color: #9FA0A0;
    font-size: 14px;
    text-align: right;
}

.zj-mid .info_main .info_list .info_ul li a b {
    position: absolute;
    left: 0;
    top: 50%;
    height: 6px;
    width: 6px;
    background-color: #3399FF;
    margin-top: -3px;
}

.zj-mid .info_main .info_list .info_ul li a:after {
    content: "";
    display: block;
    clear: both;
}

.zj-mid .info_main .info_list.cur {
    display: block;
}

.zj-mid .md1 .spw .lunbo {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.zj-mid .md1 .spw .swiper-slide {
    background-position: center;
    background-size: cover;
}

.zj-mid .md1 .spw .swiper-slide a {
    width: 100%;
}

.zj-mid .md1 .spw .swiper-slide a img {
    width: 100%;
}

.zj-mid .md1 .spw .swiper-slide a .yd {
    display: none;
}

.zj-mid .md1 .spw .pic_wz {
    position: absolute;
    top: 255px;
    left: 50%;
    width: 1920px;
    height: auto;
    margin-left: -960px;
}

.zj-mid .md1 .spw .position {
    bottom: 12px !important;
    left: unset !important;
}

.zj-mid .md1 .spw .swiper-pagination-bullet {
    width: 40px !important;
    height: 4px !important;
    background-color: #fff;
    opacity: 1;
    border-radius: unset !important;
}

.zj-mid .md1 .spw .swiper-pagination-bullet-active {
    background-color: #003586;
    width: 100px !important;
}

.zj-mid .md1 .spw .swiper-pagination-white .swiper-pagination-bullet-active {
    background-color: #003586;
    width: 100px !important;
}

.zj-mid .md1 .spw .wzb {
    box-sizing: border-box;
}

.zj-mid .md1 .spw .wzb .ttt {
    font-size: 56px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #003586;
    margin-bottom: 28px;
}

.zj-mid .md1 .spw .wzb .en {
    font-size: 19px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #727171;
}

.zj-mid .md1 .spw .wzb .en a {
    font-size: 19px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #727171;
}

.zj-mid .midb {
    margin-top: 40px;
    height: 567px;
    position: relative;
    z-index: 2;
}

.zj-mid .midb .top_info2 {
    position: absolute;
    top: 0;
    width: 60%;
    padding-top: 100px;
    padding-left: 70px;
    box-sizing: border-box;
}

.zj-mid .midb .top_info2 .top_info_head2 p {
    width: 510px;
    margin-bottom: 50px;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #3E3A39;
    line-height: 32px;
    word-wrap: break-word;
    word-break: break-all;
}

.zj-mid .midb .top_info2 .top_info_head2 p:nth-child(2) {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.zj-mid .midb .imgb {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    right: 0;
}

.zj-mid .midb .imgb img {
    /*width: 100%;*/
    height: 100%;
}

.zj-mid .midb .rlzy_bg1 {
    position: absolute;
    top: 70px;
    left: 10px;
    z-index: 0;
}

.zj-mid .midb .rlzy_bg2 {
    position: absolute;
    bottom: 100px;
    left: 590px;
    z-index: -1;
}

.zj-mid .midb .btn {
    bottom: 0;
    width: 124px;
    background-color: #003586;
    border-radius: 6px;
    box-shadow: 2px 2px 10px #003586;
    text-align: center;
    line-height: 31px;
    margin-right: 13px;
  margin-top: 20px;
}

.zj-mid .midb .btn a {
    color: #fff;
}

.zj-mid .m4 {
    display: flex;
    justify-content: space-between;
}

.zj-mid .m4 .m42 {
    width: 40%;
}

.zj-mid .m4 .m42 .top_info_head .m1t {
    margin-bottom: 0;
}

.zj-mid .m4 .m42 .top_info_head .more {
    float: right;
}

.zj-mid .m4 .m422 {
    width: 55%;
}

.zj-mid .m4 .m422 #main2 {
    width: 100%;
}

.zj-mid .m6 {
    margin-top: 80px;
}

.zj-mid .m6 .bm4box {
    display: flex;
    justify-content: space-around;
    padding-bottom: 50px;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, #fff 35%, #f4f9ff 65%);
}

.zj-mid .m6 .bm4box .m4box {
    background: url("/mainsite/template/page/xyk/xy4b.png") top center no-repeat;
    width: 315px;
    height: 95px;
    box-shadow: 2px 2px 10px #dcdddd;
    position: relative;
}

.zj-mid .m6 .bm4box .m4box a {
    display: block;
    background-color: #fff;
}

.zj-mid .m6 .bm4box .m4box a img {
    vertical-align: center;
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translate(0%, -50%);
}

.zj-mid .m6 .bm4box .m4box a span {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #3E3A39;
    position: absolute;
    left: 38%;
    top: 50%;
    transform: translate(0%, -50%);
}

.zj-mid .m5 {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
}

.zj-mid .m5 .m41 {
    width: 48%;
}

.zj-mid .m5 .m51 {
    width: 48%;
}

@media only screen and (max-width: 1200px) {
    .zj-mid .more {
        width: 70px;
    }

    .zj-mid .md1 .spw .pic_wz {
        left: 0%;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .zj-mid .md1 .spw .lunbo {
        height: 360px;
    }

    .zj-mid .md1 .spw .lunbo a {
        height: 100%;
    }

    .zj-mid .md1 .spw .lunbo a img {
        height: 100%;
    }

    .zj-mid .md1 .spw .pic_wz {
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    .zj-mid .md1 .spw .wzb {
        padding-top: 0;
    }

    .zj-mid .md1 .spw .position {
        right: 0;
        text-align: left;
    }
}

@media screen and (max-width: 960px) {
    .zj-mid .m5 {
        display: block;
    }

    .zj-mid .m5 .m41 {
        width: 100%;
    }

    .zj-mid .m5 .m51 {
        width: 100%;
    }

    .zj-mid .m5 .m51 .gund {
        width: 100%;
    }

    .zj-mid .m5 .m51 .gund .box2 .swiper-button-next,
    .zj-mid .m5 .m51 .gund .box2 .swiper-button-prev {
        display: none;
    }

    .zj-mid .m6 .bm4box {
        flex-wrap: wrap;
    }

    .zj-mid .m6 .bm4box .m4box {
        width: 48%;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 900px) {
    .zj-mid .m4 {
        display: block;
    }

    .zj-mid .m4 .m42 {
        width: 100%;
        margin-right: 0px;
    }

    .zj-mid .m4 .m42 .top_info {
        padding-top: 44px;
        box-sizing: border-box;
    }

    .zj-mid .m4 .m42 .top_info .info_main {
        margin-top: 20px;
    }

    .zj-mid .m4 .m422 {
        width: 100%;
        margin-top: 30px;
    }

    .zj-mid .m5 .m41 .vid {
        width: 100%;
    }

    .zj-mid .m5 .m41 .vid a {
        width: 100%;
        height: auto;
    }

    .zj-mid .m5 .m41 .vid .video_left_bottom {
        position: relative;
        width: 100%;
        top: -43;
    }
.zj-mid .midb .top_info2{
width: 95%;
}
  .zj-mid .midb .top_info2 .top_info_head2{
width: 100%!important;
}
}

@media only screen and (max-width: 600px) {

    .zj-mid .midb .rlzy_bg1,
    .zj-mid .midb .rlzy_bg2 {
        display: none;
    }

    .zj-mid .midb .top_info2 {
        
        padding-left: 3%;
padding-top: 0;
    }
 
    .zj-mid .midb .top_info2 .top_info_head2 p {
        word-wrap: break-word;
        word-break: break-all;
        width: unset;
    }
}

@media only screen and (max-width: 500px) {
    .zj-mid .m6 .bm4box {
        display: block;
        margin-bottom: 0;
        background-image: none;
    }

    .zj-mid .m6 .bm4box .m4box {
        width: 100%;
        margin-bottom: 25px;
    }

    .zj-mid .m6 .bm4box .m4box:last-child {
        margin-bottom: 0;
    }
}




/* 公司业务 */
.gs-mid .more {
    font-size: 20px;
    font-weight: 500;
}

.gs-mid .more a {
    color: #9FA0A0;
    font-size: 20px;
    font-weight: 500;
}

.gs-mid .more a img {
    position: relative;
    top: 3px;
    margin-left: 3px;
}

.gs-mid .tt .en {
    font-size: 20px;
    font-family: YouSheBiaoTiHei;
    font-weight: 400;
    color: #DCDDDD;
}

.gs-mid .tt .zn {
    font-size: 25px;
    font-weight: bold;
    color: #003586;
    margin-top: 10px;
}

.gs-mid .tt .xian {
    width: 34px;
    height: 3px;
    background: #003586;
    margin-top: 7px;
}

.gs-mid .midb {
    background: url("/mainsite/template/page/gsyw/hnd2.png") top center no-repeat;
    background-size: 100% 100%;
}

.gs-mid .md1 .spw .lunbo {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.gs-mid .md1 .spw .swiper-slide {
    background-position: center;
    background-size: cover;
}

.gs-mid .md1 .spw .swiper-slide a {
    width: 100%;
}

.gs-mid .md1 .spw .swiper-slide a img {
    width: 100%;
}

.gs-mid .md1 .spw .swiper-slide a .yd {
    display: none;
}

.gs-mid .md1 .spw .pic_wz {
    position: absolute;
    top: 255px;
    left: 50%;
    width: 1920px;
    height: auto;
    margin-left: -960px;
}

.gs-mid .md1 .spw .position {
    bottom: 12px !important;
    left: unset !important;
}

.gs-mid .md1 .spw .swiper-pagination-bullet {
    width: 40px !important;
    height: 4px !important;
    background-color: #fff;
    opacity: 1;
    border-radius: unset !important;
}

.gs-mid .md1 .spw .swiper-pagination-bullet-active {
    background-color: #003586;
    width: 100px !important;
}

.gs-mid .md1 .spw .swiper-pagination-white .swiper-pagination-bullet-active {
    background-color: #003586;
    width: 100px !important;
}

.gs-mid .md1 .spw .wzb {
    box-sizing: border-box;
}

.gs-mid .md1 .spw .wzb .ttt {
    font-size: 56px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #003586;
    margin-bottom: 28px;
}

.gs-mid .md1 .spw .wzb .en {
    font-size: 19px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #727171;
}

.gs-mid .md1 .spw .wzb .en a {
    font-size: 19px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #727171;
}

.gs-mid .m1t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 45px;
}

.gs-mid .m1 {
    width: 1440px;
    margin: 0px auto;
    height: 480px;
    background-size: cover;
}

.gs-mid .m1 .img {
    width: 100%;
    height: 100%;
}

.gs-mid .m1 .sm1_box {
    height: 100%;
    display: flex;
    justify-content: space-around;
}

.gs-mid .m1 .sm1_box .ssm1_box {
    padding-top: 50px;
    box-sizing: border-box;
    width: 40%;
    height: 100%;
}

.gs-mid .m1 .sm1_box .ssm1_box .m1_box {
    height: 100%;
    /* lunbo */
}

.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb {
    display: none;
    height: 100%;
}

.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb .swiper-pagination-bullet {
    width: 40px !important;
    height: 2px !important;
    border-radius: 0 !important;
    background: #fff;
    opacity: 1;
}

.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb .swiper-pagination-bullet-active {
    background: #003586;
    width: 100px !important;
}

.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1,
.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 {
    position: relative;
    height: 99%;
}

.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis,
.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis {
    box-sizing: border-box;
}

.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .tit,
.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .tit {
    margin-bottom: 35px;
    font-size: 28px;
    font-weight: 700;
    color: #003586;
    box-sizing: border-box;
}
.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .list dl dd,
.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .list dl dd{
color: #9FA0A0;
}
.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .list,
.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .list {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    min-height: 130px;
}

.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .borr,
.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .borr {
    font-size: 17.7px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #E60012;
}

.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .borr .sz,
.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .borr .sz {
    margin-top: 10px;
    margin-bottom: 20px;
}

.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .borr .sz ,
.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .borr .sz  {
    font-size: 40px;
    font-family: Arial;
    font-weight: bold;
    color: #E60012;
}

.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .btn,
.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .btn {
    width: 124px;
    background-color: #003586;
    border-radius: 6px;
    box-shadow: 2px 2px 10px #003586;
    text-align: center;
    line-height: 31px;
    margin-right: 13px;
}

.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .btn a,
.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .btn a {
    color: #fff;
}

.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb .pic li {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb .pic li img {
    width: 450px;
    height: 280px;
}

.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position,
.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position2 {
    position: absolute;
    bottom: 0;
    height: 35px;
}

.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position li,
.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position2 li {
    width: 40px;
    height: 2px;
    margin: 0 3px;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
}

.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position .cur,
.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position2 .cur2 {
    background-color: #003586;
    width: 100px;
}

.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb .arrow {
    cursor: pointer;
    display: none;
    line-height: 39px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -20px;
    /*width的一半*/
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb.cur {
    display: block;
}

.gs-mid .m1 .sm1_box .right {
    width: 40%;
    padding-top: 50px;
    padding-left: 17%;
    box-sizing: border-box;
}

.gs-mid .m1 .sm1_box .right .rbtn {
    background-color: #fff;
    width: 337px;
    height: 158px;
    line-height: 158px;
    opacity: 0.75;
    margin-bottom: 32px;
    border-radius: 20px;
    font-size: 24px;
    text-align: center;
    color: #003586;
    font-weight: 500;
}

.gs-mid .m1 .sm1_box .right .rbtn.cur {
    background-color: #003586;
    color: #fff;
}

.gs-mid .sm2 {
    display: none;
}

.gs-mid .sm2 .m2 {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 260px;
}

.gs-mid .sm2 .m2 .m2s {
    padding-left: 24px;
    box-sizing: border-box;
    background: url("/mainsite/template/page/hpjr/ty.png") no-repeat;
}

.gs-mid .sm2 .m2 .m2s .top {
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 19px;
    font-family: Gotham700;
    font-weight: 400;
    color: #808080;
}

.gs-mid .sm2 .m2 .m2s .und {
    font-size: 46px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #3E3A39;
}

.gs-mid .sm2 .m2 .m2s3 {
    display: flex;
    width: 60%;
    justify-content: space-between;
}

.gs-mid .sm2 .m2 .m2s3 .m2s31 {
    width: 90%;
    margin-top: 50px;
}

.gs-mid .sm2 .m2 .m2s3 .m2s31 ul {
    display: flex;
    justify-content: space-around;
}

.gs-mid .sm2 .m2 .m2s3 .m2s31 ul a {
    display: block;
    text-align: center;
}

.gs-mid .sm2 .m2 .m2s3 .m2s31 ul a .yy {
    width: 99px;
    height: 99px;
    border-radius: 100%;
    box-shadow: 0px 0px 15px #DCDDDD;
    position: relative;
    background-color: #fff;
    margin-bottom: 25px;
}

.gs-mid .sm2 .m2 .m2s3 .m2s31 ul a .yy img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gs-mid .sm2 .m2 .m2s3 .m2s31 ul a span {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #3E3A39;
}

.gs-mid .sm2.cur {
    display: block;
    background: url("/mainsite/template/page/hpjr/hp2.png") top center no-repeat;
    background-size: cover;
}

.gs-mid .m3 .gund .box2 {
    overflow: hidden;
    box-sizing: border-box;
}

.gs-mid .m3 .gund .box2 .swiper-container {
    position: static;
    width: 100%;
    padding: 0 10px;
    text-align: center;
}

.gs-mid .m3 .gund .box2 .swiper-container .sm3 {
    border-top: 3px solid transparent;
    position: relative;
    width: 260px;
}

.gs-mid .m3 .gund .box2 .swiper-container .sm3 img {
    width: 100%;
}

.gs-mid .m3 .gund .box2 .swiper-container .sm3 .s33 {
    position: absolute;
    left: 30px;
    top: 30px;
}

.gs-mid .m3 .gund .box2 .swiper-container .sm3 .s33 p {
    font-size: 22px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #1A1A1A;
    margin-bottom: 19px;
}

.gs-mid .m3 .gund .box2 .swiper-container .sm3 .s33 .ck {
    width: auto;
    height: 25px;
}

.gs-mid .m3 .gund .box2 .swiper-container .sm3 .s33 .ck a {
    font-size: 12px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #003586;
    display: inline-block;
    border-radius: 8px;
    line-height: 12px;
    padding: 7px 15px;
}

.gs-mid .m3 .gund .box2 .swiper-container .sm3 .s33 .ck:hover a {
    background-color: #003586;
    color: #fff;
}

.gs-mid .m3 .gund .box2 .swiper-container .sm3:hover {
    border-top: 3px solid #f8b832;
    transition: all 0.8s ease;
}

.gs-mid .m3 .gund .box2 .swiper-slide {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #fff;
    margin-right: 30px;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.gs-mid .m3 .gund .box2 .swiper-button-next,
.gs-mid .m3 .gund .box2 .swiper-button-prev {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    box-shadow: 0px 3px 15px #dcdddd;
    background-image: none;
}

.gs-mid .m3 .gund .box2 .swiper-button-next {
    background: url(/mainsite/template/page/hpjr/b2.png) no-repeat center;
    right: -60px;
}

.gs-mid .m3 .gund .box2 .swiper-button-next:hover {
    background: url(/mainsite/template/page/hpjr/b22.png) no-repeat center;
}

.gs-mid .m3 .gund .box2 .swiper-button-prev {
    background: url(/mainsite/template/page/hpjr/b1.png) no-repeat center;
    left: -60px;
}

.gs-mid .m3 .gund .box2 .swiper-button-prev:hover {
    background: url(/mainsite/template/page/hpjr/b11.png) no-repeat center;
}

.gs-mid .m3 .bsm3 .sm3 {
    border-top: 3px solid transparent;
    position: relative;
    width: 260px;
}

.gs-mid .m3 .bsm3 .sm3 img {
    width: 100%;
}

.gs-mid .m3 .bsm3 .sm3 .s33 {
    position: absolute;
    left: 30px;
    top: 30px;
}

.gs-mid .m3 .bsm3 .sm3 .s33 p {
    font-size: 22px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #1A1A1A;
    margin-bottom: 19px;
}

.gs-mid .m3 .bsm3 .sm3 .s33 .ck {
    width: auto;
    height: 25px;
}

.gs-mid .m3 .bsm3 .sm3 .s33 .ck a {
    font-size: 12px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #003586;
    display: inline-block;
    border-radius: 8px;
    line-height: 12px;
    padding: 7px 15px;
}

.gs-mid .m3 .bsm3 .sm3 .s33 .ck:hover a {
    background-color: #003586;
    color: #fff;
}

.gs-mid .m3 .bsm3 .sm3:hover {
    border-top: 3px solid #f8b832;
    transition: all 0.8s ease;
}

.gs-mid .m2 {
    margin-top: 40px;
    height: 500px;
}

.gs-mid .m2 .topb {
    position: relative;
}

.gs-mid .m2 .topb .cbox {
    display: none;
}

.gs-mid .m2 .topb .cbox .top_info2 {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.gs-mid .m2 .topb .cbox .top_info2 .psb {
    width: 50%;
    position: relative;
    padding-left: 90px;
    box-sizing: border-box;
}

.gs-mid .m2 .topb .cbox .top_info2 .psb .tv {
    font-size: 42px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #003586;
    margin-top: 50px;
}

.gs-mid .m2 .topb .cbox .top_info2 .psb p {
    width: 509px;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #3E3A39;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.gs-mid .m2 .topb .cbox .top_info2 .psb .rlzy_bg1 {
    position: relative;
    right: 20px;
    bottom: -25px;
    z-index: 0;
}

.gs-mid .m2 .topb .cbox .top_info2 .psb .rlzy_bg2 {
    position: absolute;
    left: 582px;
    bottom: -9px;
    z-index: 0;
}

.gs-mid .m2 .topb .cbox .top_info2 .top_info_head2 {
    width: 50%;
    padding-left: 75px;
    padding-top: 70px;
}

.gs-mid .m2 .topb .cbox .top_info2 .top_info_head2 .top_info_ul {
    display: flex;
    flex-wrap: wrap;
}

.gs-mid .m2 .topb .cbox .top_info2 .top_info_head2 .top_info_ul li {
    margin-top: 50px;
}

.gs-mid .m2 .topb .cbox .top_info2 .top_info_head2 .top_info_ul li a {
    display: block;
    width: 100%;
}

.gs-mid .m2 .topb .cbox .top_info2 .top_info_head2 .top_info_ul li a .f18 {
    width: 100%;
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #3E3A39;
}

.gs-mid .m2 .topb .cbox .top_info2 .top_info_head2 .top_info_ul li a .f18 span {
    display: none;
}
/*
.gs-mid .m2 .topb .cbox .top_info2 .top_info_head2 .top_info_ul li:first-child a .f18 {
    font-weight: 800;
    color: #003586;
}

.gs-mid .m2 .topb .cbox .top_info2 .top_info_head2 .top_info_ul li:first-child a .f18 span{
    display: inline-block;
}
*/
.gs-mid .m2 .topb .cbox .top_info2 .top_info_head2 .top_info_ul li.act a .f18 {
  font-weight: 800;
  color: #003586;
}
.gs-mid .m2 .topb .cbox .top_info2 .top_info_head2 .top_info_ul li.act a .f18 span {
  display: inline-block;

  font-size: 20px;
  position: relative;
  top: -2px;
}


.gs-mid .m2 .topb .cbox .top_info2 .top_info_head2 .top_info_ul li:nth-child(odd) {
    width: 55%;
}

.gs-mid .m2 .topb .cbox .top_info2 .top_info_head2 .more {
    margin-top: 60px;
    width: 100px;
}

.gs-mid .m2 .topb .cbox .top_info2 .top_info_head2 .more a {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #003586;
}

.gs-mid .m2 .topb .cbox .top_info2 .top_info_head2 .more a img {
    position: relative;
    top: 3px;
    right: -3px;
}

.gs-mid .m2 .topb .cbox.cr {
    display: block;
}

.gs-mid .m2 .topb .ann {
    position: absolute;
    top: 288px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.gs-mid .m2 .topb .ann .im {
    display: inline-block;
    width: 200px;
    height: 200px;
    padding: 30px 0;
    border-radius: 100%;
    text-align: center;
}

.gs-mid .m2 .topb .ann .im img {
    width: 99px;
}

.gs-mid .m2 .topb .ann .im .imb {
    text-align: center;
}

.gs-mid .m2 .topb .ann .im .imb .t1 {
    margin: 10px 0 10px 0;
    font-size: 20px;
    font-weight: 500;
    color: #003586;
}

.gs-mid .m2 .topb .ann .im .imb p {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #898989;
    margin-bottom: 25px;
}

.gs-mid .m2 .topb .ann .im.ccr {
    transition: 0.4s;
    box-shadow: 0px 0px 10px #DCDDDD;
    background-color: #fff;
}

.gs-mid .m2 .topb .imgb img {
    height: 100%;
}

.gs-mid .ka {
    margin-top: 80px;
    padding: 25px 0 25px 130px;
    background-color: #f4f9ff;
    display: flex;
}

.gs-mid .ka div.s1 {
    background: url("/mainsite/template/page/xyk/kang.png") no-repeat;
    width: 210px;
    padding: 18px;
    box-sizing: border-box;
    text-align: center;
}
.gs-mid .ka div.s2{
width: 80%;
padding-top: 17px;
}
.gs-mid .ka div span {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #3E3A39;
    position: relative;
    left: 10px;
    top: -3px;
}

.gs-mid .ka ul {
    width: 100%;
    display: flex;
    align-items: center;
}

.gs-mid .ka ul li {
    margin-left: 8%;
    text-align: center;
}

.gs-mid .ka ul li a {
    display: block;
    border-radius: 5px;
    padding: 1px 6px;
    font-size: 20px;
}

.gs-mid .ka ul li a:hover {
    background-color: #003586;
    color: #fff;
}

.gs-mid .m4 {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
}

.gs-mid .m4 .m42 {
    width: 55%;
}

.gs-mid .m4 .m42 .top_info .top_info_head .m1t {
    margin-bottom: 0;
}

.gs-mid .m4 .m42 .top_info .top_info_head .more {
    float: right;
}

.gs-mid .m4 .m42 .top_info .info_main .info_list {
    display: none;
}

.gs-mid .m4 .m42 .top_info .info_main .info_list .info_ul li {
    border-bottom: 1px dashed #DADADA;
    line-height: 71px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.gs-mid .m4 .m42 .top_info .info_main .info_list .info_ul li a {
    display: block;
    position: relative;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    overflow: hidden;
    padding-left: 18px;
    width: 100%;
}

.gs-mid .m4 .m42 .top_info .info_main .info_list .info_ul li a img {
    position: absolute;
    top: 21px;
    left: 8px;
}

.gs-mid .m4 .m42 .top_info .info_main .info_list .info_ul li a .txt {
    width: calc(100% - 110px);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.gs-mid .m4 .m42 .top_info .info_main .info_list .info_ul li a .time {
    width: 90px;
    float: right;
    color: #9FA0A0;
    font-size: 14px;
    text-align: right;
}

.gs-mid .m4 .m42 .top_info .info_main .info_list .info_ul li a b {
    position: absolute;
    left: 0;
    top: 50%;
    height: 6px;
    width: 6px;
    background-color: #3399FF;
    margin-top: -3px;
}

.gs-mid .m4 .m42 .top_info .info_main .info_list .info_ul li a:after {
    content: "";
    display: block;
    clear: both;
}

.gs-mid .m4 .m42 .top_info .info_main .info_list.cur {
    display: block;
}

.gs-mid .m4 .m422 {
    width: 40%;
}

.gs-mid .m4 .m422 .m41 {
    width: 100%;
}

.gs-mid .m4 .m422 .m41 .vid {
    position: relative;
}

.gs-mid .m4 .m422 .m41 .vid .eps-shadow {
    left: 0 !important;
}

.gs-mid .m4 .m422 .m41 .vid a {
    display: inline-block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
}

.gs-mid .m4 .m422 .m41 .vid a .img {
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.gs-mid .m4 .m422 .m41 .vid a .ig2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gs-mid .m4 .m422 .m41 .vid .video_left_bottom {
    position: absolute;
    height: 43px;
    line-height: 43px;
    width: 100%;
    bottom: 1px;
    background-color: #003586;
}

.gs-mid .m4 .m422 .m41 .vid .video_left_bottom p {
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: #fff;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gs-mid .m5 {
    display: flex;
    justify-content: space-between;
}

.gs-mid .m5 .m41 {
    width: 51%;
}

.gs-mid .m5 .m41 .vid {
    position: relative;
}

.gs-mid .m5 .m41 .vid a {
    display: inline-block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
}

.gs-mid .m5 .m41 .vid a .img {
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.gs-mid .m5 .m41 .vid a .ig2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gs-mid .m5 .m41 .vid .video_left_bottom {
    position: absolute;
    height: 43px;
    line-height: 43px;
    width: 100%;
    bottom: 1px;
    background-color: #003586;
}

.gs-mid .m5 .m41 .vid .video_left_bottom p {
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: #fff;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gs-mid .m5 .m51 {
    width: 45%;
}

.gs-mid .m5 .m51 .gund .box2 {
    overflow: hidden;
    box-sizing: border-box;
}

.gs-mid .m5 .m51 .gund .box2 .swiper-container {
    width: 100%;
}

.gs-mid .m5 .m51 .gund .box2 .swiper-container .im {
    display: inline-block;
    width: 460px;
}

.gs-mid .m5 .m51 .gund .box2 .swiper-container .im a {
    display: block;
}

.gs-mid .m5 .m51 .gund .box2 .swiper-container .im img {
    height: 305px;
}

.gs-mid .m5 .m51 .gund .box2 .swiper-container .im .imb {
    margin-top: 50px;
    height: 85px;
    background: url("/mainsite/template/page/gryw/kt.png") left bottom no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 60px;
}

.gs-mid .m5 .m51 .gund .box2 .swiper-container .im .imb span {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #3E3A39;
}

.gs-mid .m5 .m51 .gund .box2 .swiper-slide {
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.gs-mid .m5 .m51 .gund .box2 .swiper-button-next,
.gs-mid .m5 .m51 .gund .box2 .swiper-button-prev {
    position: absolute;
    top: 213px;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    box-shadow: 0px 3px 15px #dcdddd;
    background-image: none;
}

.gs-mid .m5 .m51 .gund .box2 .swiper-button-next {
    background: url(/mainsite/template/page/hpjr/b2.png) no-repeat center;
}

.gs-mid .m5 .m51 .gund .box2 .swiper-button-next:hover {
    background: url(/mainsite/template/page/hpjr/b22.png) no-repeat center;
}

.gs-mid .m5 .m51 .gund .box2 .swiper-button-prev {
    background: url(/mainsite/template/page/hpjr/b1.png) no-repeat center;
}

.gs-mid .m5 .m51 .gund .box2 .swiper-button-prev:hover {
    background: url(/mainsite/template/page/hpjr/b11.png) no-repeat center;
}

@media only screen and (max-width: 1200px) {
    .gs-mid .m2 .topb .imgb {
        width: 100%;
    }

    .gs-mid .md1 .spw .pic_wz {
        left: 0%;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .gs-mid .md1 .spw .lunbo {
        height: 360px;
    }

    .gs-mid .md1 .spw .lunbo a {
        height: 100%;
    }

    .gs-mid .md1 .spw .lunbo a img {
        height: 100%;
    }

    .gs-mid .more {
        width: 70px;
    }

    .gs-mid .m1 .sm1_box {
        justify-content: left;
    }

    .gs-mid .m1 .sm1_box .right {
        width: auto;
        padding-left: 0;
    }

    .gs-mid .md1 .spw .pic_wz {
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    .gs-mid .md1 .spw .wzb {
        padding-top: 0;
    }

    .gs-mid .md1 .spw .position {
        right: 0;
        text-align: left;
    }

    .gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position,
    .gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #position2 {
        right: unset;
    }
}

@media screen and (max-width: 960px) {
    .gs-mid .m2 {
        height: auto;
    }

    .gs-mid .m2 .topb .imgb {
        height: 485px;
    }

    .gs-mid .m2 .topb .imgb img {
        display: none;
    }

    .gs-mid .m2 .topb .cbox .top_info2 {
        display: block;
    }

    .gs-mid .m2 .topb .cbox .top_info2 .rlzy_bg1,
    .gs-mid .m2 .topb .cbox .top_info2 .rlzy_bg2 {
        display: none;
    }

    .gs-mid .m2 .topb .cbox .top_info2 .psb {
        padding-left: 5%;
        width: 100%;
    }

    .gs-mid .m2 .topb .cbox .top_info2 .psb p {
        margin-top: 20px;
        width: 100%;
    }

    .gs-mid .m2 .topb .cbox .top_info2 .top_info_head2 {
        width: 100%;
        padding-left: 5%;
    }

    .gs-mid .m2 .topb .cbox .top_info2 .top_info_head2 .top_info_ul {
        margin-top: 30px;
    }

    .gs-mid .m2 .topb .cbox .top_info2 .top_info_head2 .top_info_ul li:nth-child(odd) {
        width: 52%;
    }

    .gs-mid .m2 .topb .ann {
margin-top:50px;
margin-left: 20px;
        position: static;
        flex-wrap: wrap;
        justify-content: start;
    }

    .gs-mid .sm2 .m2 {
        padding: 35px 0;
        box-sizing: border-box;
        height: auto;
    }

    .gs-mid .sm2 .m2 .m2s {
        padding-top: 0;
        background: none;
    }

    .gs-mid .sm2 .m2 .m2s3 {
        align-items: center;
    }

    .gs-mid .ka {
        display: block;
        padding-left: 0;
    }

    .gs-mid .ka div {
        margin: auto;
    }

    .gs-mid .ka ul {
        margin-top: 20px;
        width: 100%;
        flex-wrap: wrap;
    }

    .gs-mid .ka ul li {
        margin-left: 0;
        width: 50%;
    }

    .gs-mid .m3 .gund .box2 .swiper-slide {
        width: 100%;
    }

    .gs-mid .m3 .gund .box2 .swiper-slide .sm3 {
        width: 100%;
    }

    .gs-mid .m3 .gund .box2 .swiper-slide .swiper-button-next,
    .gs-mid .m3 .gund .box2 .swiper-slide .swiper-button-prev {
        display: none;
    }

    .gs-mid .m5 {
        display: block;
    }

    .gs-mid .m5 .m41 {
        width: 100%;
    }

    .gs-mid .m5 .m51 {
        width: 100%;
    }

    .gs-mid .m5 .m51 .gund {
        width: 100%;
    }

    .gs-mid .m5 .m51 .gund .box2 .swiper-button-next,
    .gs-mid .m5 .m51 .gund .box2 .swiper-button-prev {
        display: none;
    }

    .gs-mid .m6 .bm4box {
        flex-wrap: wrap;
    }

    .gs-mid .m6 .bm4box .m4box {
        width: 48%;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 900px) {
    .gs-mid .m1 .sm1_box .ssm1_box {
        width: 40%;
    }

    .gs-mid .m1 .sm1_box .right .rbtn {
        width: 170px;
        height: 100px;
        line-height: 100px;
    }

    .gs-mid .sm2 .m2 {
        justify-content: space-between;
        align-items: center;
    }

    .gs-mid .m4 {
        display: block;
    }

    .gs-mid .m4 .m42 {
        width: 100%;
        margin-right: 0px;
    }

    .gs-mid .m4 .m42 .top_info {
        padding-top: 44px;
        box-sizing: border-box;
    }

    .gs-mid .m4 .m42 .top_info .info_main {
        margin-top: 20px;
    }

    .gs-mid .m4 .m422 {
        width: 100%;
        margin-top: 30px;
    }

    .gs-mid .m4 .m422 .bm4box {
        width: 100%;
    }

    .gs-mid .m4 .m422 .bm4box .m4box {
        width: 48%;
    }

    .gs-mid .m5 .m41 .vid {
        width: 100%;
    }

    .gs-mid .m5 .m41 .vid a {
        width: 100%;
        height: auto;
    }

    .gs-mid .m5 .m41 .vid .video_left_bottom {
        position: relative;
        width: 100%;
        top: -43;
    }
}

@media only screen and (max-width: 768px) {

    .gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .list,
    .gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .list {
        height: 135px;
        width: 100%;
        overflow: hidden;
    }

    .gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .borr .sz,
    .gs-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .borr .sz {
        font-size: 25px;
    }

    .gs-mid .m1 {
        margin-top: 0px;
        width: auto;
    }

    .gs-mid .m1 .sm1_box {
        justify-content: space-between;
    }

    .gs-mid .m1 .sm1_box .ssm1_box {
        width: 60%;
    }

    .gs-mid .sm2 .m2 {
        margin-top: 0px;
        display: block;
    }

    .gs-mid .sm2 .m2 .m2s3 {
        width: 100%;
    }

    .gs-mid .sm2 .m2 .m2s3 .m2s31 ul a span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 600px) {
    .gs-mid .m4 .m422 .bm4box .m4box {
        width: 100%;
    }

    .gs-mid .m4 .m422 .bm4box .m4box:nth-child(3) {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 500px) {
    .gs-mid .m2 .topb .ann .im {
        width: 50%;
    }

    .gs-mid .m1 .sm1_box .right .rbtn {
        width: 125px;
        height: 60px;
        line-height: 60px;
    }

    .gs-mid .sm2 .m2 .m2s3 .m2s31 ul a .yy {
        width: 66px;
        height: 66px;
    }
.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis .borr .sz a, .gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis .borr .sz a{
    font-size: inherit;
}
}

@media only screen and (max-width: 390px) {
.gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container1 .dis, .gr-mid .m1 .sm1_box .ssm1_box .m1_box .lunb #container2 .dis{
width: 80%;
}


    .gs-mid .m1 .sm1_box .right .rbtn {
        margin-bottom: 10px;
        font-size: 18px;
    }
}


/* 列表页 */
.easysite-news-text p img {
    width: 730px;
  }
  
  .listt {
    margin-top: 123px;
  }
  
  .listt .snav {
    padding: 30px 0;
    box-sizing: border-box;
    text-align: right;
  }
  
  .listt .snav img {
    position: relative;
    top: 4px;
    margin-right: 0px;
    margin-right: 2px;
  }
  
  .listt .snav a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3E3A39;
  }
  
  .listt .snav b {
    margin: 0 4px;
  }
  
  .listt .lcot {
    display: flex;
  }
  
  .listt .lcot .rco {
    width: calc(100% - 270px);
  }
  
  .listt .lcot .rco .snav {
    padding: 30px 0;
    box-sizing: border-box;
    text-align: right;
  }
  
  .listt .lcot .rco .snav img {
    position: relative;
    top: 4px;
    margin-right: 0px;
    margin-right: 2px;
  }
  
  .listt .lcot .rco .snav a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3E3A39;
  }
  
  .listt .lcot .rco .snav b {
    margin: 0 4px;
  }
  
  .listt .lcot .snav2 {
    width: 270px;
    margin-top: 86px;
  }
  
  .listt .lcot .snav2 .list_l {
    background-color: #f4f9ff;
    box-shadow: 0px 0px 7px #dcdddd;
    padding: 0 35px;
    min-height: 650px;
  }
  
  .listt .lcot .snav2 .list_l .tt {
    background: url("/mainsite/template/page/list/wenz.png") top center no-repeat;
    font-size: 28px;
    font-family: SourceHanSansCN;
    font-weight: 800;
    color: #fff;
    line-height: 48px;
    text-align: center;
    position: relative;
    top: -16px;
  }
  
  .listt .lcot .snav2 .list_l .tt a {
    font-size: 28px;
    font-family: SourceHanSansCN;
    font-weight: 800;
    color: #fff;
  }
  
  .listt .lcot .snav2 .list_l dl {
    padding-top: 15px;
  }
  
  .listt .lcot .snav2 .list_l dl dd {
    border-bottom: 1px dashed #DADADA;
    position: relative;
  }
  
  .listt .lcot .snav2 .list_l dl dd .line {
    display: none;
  }
  
  .listt .lcot .snav2 .list_l dl dd a {
    display: block;
    font-size: 23px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    line-height: 72px;
  }
  
  .listt .lcot .snav2 .list_l dl dd.cur>.line {
    display: block;
    width: 4px;
    height: 23px;
    background-color: #003586;
    position: absolute;
    top: 26px;
    left: -30px;
  }
  
  .listt .lcot .snav2 .list_l dl dd.cur>a {
    color: #003586;
    font-weight: 600;
  }
  
  .listt .lcot .snav2 .list_l dl dd .sbopen {
    display: inline-block;
    width: 20px;
    height: 15px;
    background: url(/mainsite/template/page/tzzlist/closeList.png) no-repeat;
    position: absolute;
    left: 184px;
    top: 30px;
  }
  
  .listt .lcot .snav2 .list_l dl dd.cur .sbopen {
    background: url(/mainsite/template/page/tzzlist/openList.png) no-repeat;
  }
  
  .listt .lcot .snav2 .list_l dl dd ul {
    display: none;
  }
  
  .listt .lcot .snav2 .list_l dl dd ul li {
    border-bottom: 1px dashed #DADADA;
  }
  
  .listt .lcot .snav2 .list_l dl dd ul li a {
    padding-left: 20px;
    font-size: 20px;
  }
  
  .listt .lcot .snav2 .list_l dl dd ul a.cur {
    color: #003586;
  }
  
  .listt .lcot .lrbg {
    background: url(/mainsite/template/page/list/dwen.png) bottom right no-repeat;
  }


  .listt .lcot .list_r {
    margin-left: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 7px #dcdddd;
    padding: 40px 50px;
  }
  
  .listt .lcot .list_r .info_main {
    min-height: 400px;
  }
  
  .listt .lcot .list_r .info_main .info_list .info_ul li {
    line-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off*/
    -webkit-box-orient: vertical;
    /* autoprefixer: on*/
letter-spacing: -0.5px;
  }
  
  .listt .lcot .list_r .info_main .info_list .info_ul li a {
    display: block;
    position: relative;
    cursor: pointer;
   color: #3e3a39;
    font-size: 18px;
    overflow: hidden;
    padding-left: 18px;
    width: 100%;
  }
  
  .listt .lcot .list_r .info_main .info_list .info_ul li a img {
    position: absolute;
    top: 21px;
    left: 8px;
  }
  
  .listt .lcot .list_r .info_main .info_list .info_ul li a .txt {
    width: calc(100% - 155px);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
  }
  
  .listt .lcot .list_r .info_main .info_list .info_ul li a .time {
    width: 150px;
    float: right;
    color: #9FA0A0;
    font-size: 18px;
    text-align: right;
  }
  
  .listt .lcot .list_r .info_main .info_list .info_ul li a b {
    position: absolute;
    left: 0;
    top: 50%;
    height: 6px;
    width: 6px;
    background-color: #3399FF;
    margin-top: -3px;
  }
  
  .listt .lcot .list_r .info_main .info_list .info_ul li a:after {
    content: "";
    display: block;
    clear: both;
  }
  
  .listt .lcot .list_r .info_main .info_list .vd_ul li {
    display: flex;
    position: relative;
    border-bottom: 1px dashed #DADADA;
    padding: 40px 0;
  }
  
  .listt .lcot .list_r .info_main .info_list .vd_ul li img {
    width: 249px;
    height: 152px;
  }
  
  .listt .lcot .list_r .info_main .info_list .vd_ul li .xil {
    margin-left: 30px;
  }
  
  .listt .lcot .list_r .info_main .info_list .vd_ul li .xil .vtxt {
    font-size: 22px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #000000;
  }
  
  .listt .lcot .list_r .info_main .info_list .vd_ul li .xil .vdat {
    line-height: 63px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
  }
  
  .listt .lcot .list_r .info_main .info_list .vd_ul li .xil .btn {
    position: absolute;
    bottom: 40px;
    width: 97px;
    border-radius: 20px;
    background-color: #164eb0;
    text-align: center;
    line-height: 26px;
  }
  
  .listt .lcot .list_r .info_main .info_list .vd_ul li .xil .btn a {
    display: block;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
  }
  
  .listt .lcot .list_r .fenye {
    margin: 45px auto 10px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
  }
  
  .listt .lcot .detail .title {
    text-align: center;
    font-size: 26px;
    padding-bottom: 25px;
    font-weight: 700;
    border-bottom: 1px dashed #DADADA;
  }
  
  .listt .lcot .detail .head_info {
    margin: 10px auto;
    text-align: center;
    line-height: 34px;
    margin-bottom: 35px;
  }
  
  .listt .lcot .detail .head_info .head_time {
    display: inline-block;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
  }
  
  .listt .lcot .detail .head_info .fabu_main {
    margin-left: 10px;
    display: inline-block;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
  }
  
  .listt .lcot .detail .head_info .fabu_main span a {
    display: none;
  }
  
  .listt .lcot .detail .head_info .fabu_main span a.SkinObject:last-child {
    display: block;
    font-size: 16px;
  }
  .listt .lcot .detail .detail_content a {
text-decoration: underline;
    color: blue;
}

.listt .lcot .list_r p a {
text-decoration: underline;
    color: blue;
}
  .listt .lcot .detail .detail_content p {
    color: #555555;

    text-align: justify;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 41px;
  }
 .listt .lcot .detail .detail_content p video{
width: 100%;
}
  
  .listt .lcot .detail .detail_content p img {
    display: block;
    margin: 40px auto;
max-width: 100%;
  }
  
  .sunbox {
    margin-top: 105px;
    background-color: #003586;
    padding: 30px 0;
  }
  
  .sunbox .underw {
    display: flex;
    justify-content: space-between;
  }
  
  .sunbox .underw .unbox {
    border-left: 3px solid #31a8f9;
    border-image: linear-gradient(#31a8f9, #013788) 0 70;
  }
  
  .sunbox .underw .unbox h2 {
    font-size: 22px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
  }
  
  .sunbox .underw .unbox .ln {
    width: 92px;
    height: 8px;
    opacity: 0.5;
    background: #4d72ab;
    position: relative;
    top: -10px;
    left: -1px;
  }
  
  .sunbox .underw .unbox ul li {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 43px;
  }
  
  .sunbox .underw .unbox ul li a {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
  }
  
  .sunbox .underw .unbox:nth-child(1) {
    border-left: none;
  }
  
  .sunbox .underw .unbox:nth-child(2) {
    width: 300px;
    padding-left: 150px;
  }
  
  .sunbox .underw .unbox:nth-child(3) {
    width: 300px;
    padding-left: 130px;
  }
  
  .sunbox .underw .unbox:nth-child(4) {
    padding-left: 160px;
    float: right;
  }
  
  #dowebok .col {
    background: #edeeef;
  }
  
  #dowebok .col .footer {
    padding: 30px 0;
  }
  
  @media only screen and (max-width: 1200px) {
    .listt {
      margin-top: 60px;
    }
  
    .sunbox .underw .unbox {
      border-left: none;
    }
  
    .sunbox .underw .unbox:nth-child(1),
    .sunbox .underw .unbox:nth-child(2),
    .sunbox .underw .unbox:nth-child(3),
    .sunbox .underw .unbox:nth-child(4) {
      width: auto;
      padding-left: 10px;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .listt .lcot .rco {
      width: 100%;
    }
  
    .listt {
      margin-top: 40px;
    }
  
    .listt .lcot .snav2 {
      display: none;
    }
  
    .listt .lcot .list_r {
      width: 100%;
      margin-left: 0;
      padding: 50px 10px;
    }
    .sunbox .underw {
      flex-wrap: wrap;
    }
  
    .listt .lcot .detail p img {
      /*width: 100%;*/
    }
  }
  
  @media only screen and (max-width: 600px) {
    .sunbox .underw .unbox:nth-child(4) {
      display: none;
    }
  }
  
  @media only screen and (max-width: 500px) {
  
    .sunbox .underw .unbox:nth-child(2),
    .sunbox .underw .unbox:nth-child(3) {
      display: none;
    }
  
    .listt .lcot .list_r .info_main .info_list .vd_ul li {
      display: block;
    }
  
    .listt .lcot .list_r .info_main .info_list .vd_ul li img {
      width: 100%;
      height: auto;
    }
  
    .listt .lcot .list_r .info_main .info_list .vd_ul li .xil .btn {
      position: static;
    }
  }
  


/* 关于我们 */
.about .m1t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 45px;
}

.about .more {
    font-size: 20px;
    font-weight: 500;
}

.about .more a {
    color: #9FA0A0;
    font-size: 20px;
    font-weight: 500;
}

.about .more a img {
    position: relative;
    top: 3px;
    margin-left: 3px;
}

.about .tt .en {
    font-size: 20px;
    font-family: YouSheBiaoTiHei;
    font-weight: 400;
    color: #DCDDDD;
}

.about .tt .zn {
    font-size: 25px;
    font-weight: bold;
    color: #003586;
    margin-top: 10px;
}

.about .tt .xian {
    width: 34px;
    height: 3px;
    background: #003586;
    margin-top: 7px;
}

.about .md1 .spw .lunbo {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.about .md1 .spw .swiper-slide {
    background-position: center;
    background-size: cover;
}

.about .md1 .spw .swiper-slide a {
    width: 100%;
}

.about .md1 .spw .swiper-slide a img {
    width: 100%;
}

.about .md1 .spw .swiper-slide a .yd {
    display: none;
}

.about .md1 .spw .pic_wz {
    position: absolute;
    top: 255px;
    left: 50%;
    width: 1920px;
    height: auto;
    margin-left: -960px;
}

.about .md1 .spw .position {
    bottom: 12px !important;
    left: unset !important;
}

.about .md1 .spw .swiper-pagination-bullet {
    width: 40px !important;
    height: 4px !important;
    background-color: #fff;
    opacity: 1;
    border-radius: unset !important;
}

.about .md1 .spw .swiper-pagination-bullet-active {
    background-color: #003586;
    width: 100px !important;
}

.about .md1 .spw .swiper-pagination-white .swiper-pagination-bullet-active {
    background-color: #003586;
    width: 100px !important;
}

.about .md1 .spw .wzb {
    box-sizing: border-box;
}

.about .md1 .spw .wzb .ttt {
    font-size: 56px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #003586;
    margin-bottom: 28px;
}

.about .md1 .spw .wzb .en {
    font-size: 19px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #727171;
}

.about .md1 .spw .wzb .en a {
    font-size: 19px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #727171;
}

.about .m6 .bm4box {
    margin: 50px 0 0px 0;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, #fff 35%, #f4f9ff 65%);
}

.about .m6 .bm4box .m4box {
    background: url("/mainsite/template/page/xyk/xy4b.png") top center no-repeat;
    width: 315px;
    height: 95px;
    box-shadow: 2px 2px 10px #dcdddd;
    position: relative;
}

.about .m6 .bm4box .m4box a {
    display: block;
    background-color: #fff;
}

.about .m6 .bm4box .m4box a img {
    vertical-align: center;
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translate(0%, -50%);
}

.about .m6 .bm4box .m4box a span {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #3E3A39;
    position: absolute;
    left: 38%;
    top: 50%;
    transform: translate(0%, -50%);
}

.about .info_main .info_list {
    display: none;
}

.about .info_main .info_list .info_ul li {
    border-bottom: 1px dashed #DADADA;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off*/
    -webkit-box-orient: vertical;
    /* autoprefixer: on*/
}

.about .info_main .info_list .info_ul li a {
    display: block;
    position: relative;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    overflow: hidden;
    padding-left: 18px;
    width: 100%;
}

.about .info_main .info_list .info_ul li a img {
    position: absolute;
    top: 21px;
    left: 8px;
}

.about .info_main .info_list .info_ul li a .txt {
    width: calc(100% - 110px);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.about .info_main .info_list .info_ul li a .time {
    width: 90px;
    float: right;
    color: #9FA0A0;
    font-size: 14px;
    text-align: right;
}

.about .info_main .info_list .info_ul li a b {
    position: absolute;
    left: 0;
    top: 50%;
    height: 6px;
    width: 6px;
    background-color: #3399FF;
    margin-top: -3px;
}

.about .info_main .info_list .info_ul li a:after {
    content: "";
    display: block;
    clear: both;
}

.about .info_main .info_list.cur {
    display: block;
}

.about .m5 {
    display: flex;
    justify-content: space-between;
}

.about .m5 .m41 {
    width: 48%;
}

.about .m5 .m51 {
    width: 48%;
}

.about .md1 .top_info2 {
    margin-top: 40px;
    height: 600px;
    display: flex;
    justify-content: space-between;
}

.about .md1 .top_info2 .top_info_head2 {
    width: 17%;
    height: 100%;
}

.about .md1 .top_info2 .top_info_head2 .top_info_ul {
    width: 100%;
    height: 100%;
}

.about .md1 .top_info2 .top_info_head2 .top_info_ul li {
  cursor: pointer;
    background-color: #efefef;
    height: calc((100% - 30px) / 4);
    font-size: 22px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #003586;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.about .md1 .top_info2 .top_info_head2 .top_info_ul li .sbb {
    text-align: center;
}

.about .md1 .top_info2 .top_info_head2 .top_info_ul li .en {
    font-size: 20px;
    font-family: YouSheBiaoTiHei;
    font-weight: 400;
    color: #B5B5B6;
}

.about .md1 .top_info2 .top_info_head2 .top_info_ul li:last-child {
    margin-bottom: 0;
}

.about .md1 .top_info2 .top_info_head2 .top_info_ul li.cur {
    background: url("/mainsite/template/page/about/xuan.png") no-repeat;
    background-size: cover;
    color: #fff;
}

.about .md1 .top_info2 .top_info_head2 .top_info_ul li.cur .en {
    color: #fff;
}

.about .md1 .top_info2 .top_info_head2 .more {
    padding-left: 25px;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    top: 25px;
}

.about .md1 .top_info2 .top_info_head2 .more a {
    color: #9FA0A0;
    font-size: 20px;
    font-weight: 500;
}

.about .md1 .top_info2 .top_info_head2 .more a img {
    position: relative;
    top: 2px;
}

.about .md1 .top_info2 .info_main {
    width: 83%;
    margin-left: 10px;
}

.about .md1 .top_info2 .info_main .info_list {
    display: none;
    position: relative;
}

.about .md1 .top_info2 .info_main .info_list .imb {
    width: 100%;
    height: 600px;
}

.about .md1 .top_info2 .info_main .info_list .imb img {
    width: 100%;
    height: 100%;
}

.about .md1 .top_info2 .info_main .info_list .pcwz {
    position: absolute;
    bottom: 45px;
    right: 20px;
}

.about .md1 .top_info2 .info_main .info_list .pcwz .ti {
    font-size: 30px;
    font-family: SourceHanSansCN;
    font-weight: 700;
    color: #164EB0;
    margin-bottom: 34px;
}

.about .md1 .top_info2 .info_main .info_list .pcwz .je {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #3E3A39;
    width: 294px;
    margin-bottom: 77px;
    height: 30px;
    line-height: 30px;
}

.about .md1 .top_info2 .info_main .info_list .pcwz .info_ul li {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #3E3A39;
    height: 30px;
    line-height: 30px;
}

.about .md1 .top_info2 .info_main .info_list .pcwz .btn {
    width: 147px;
    border-radius: 20px;
    background-color: #164eb0;
    text-align: center;
    line-height: 40px;
}

.about .md1 .top_info2 .info_main .info_list .pcwz .btn a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.about .md1 .top_info2 .info_main .info_list.cur2 {
    display: block;
}

.about .md2 .bbt {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.about .md2 .bbt .btn {
    display: inline-block;
    border-radius: 50px;
    background-color: #e7faff;
    box-shadow: 2px 2px 10px #dcdddd;
    padding: 25px 80px;
}

.about .md2 .bbt .btn a {
    display: block;
    font-size: 26px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #003586;
}

.about .md2 .bbc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about .md2 .bbc .bb1 .btt .btn {
    display: inline-block;
    border-radius: 20px;
    background: linear-gradient(to right, #172c8a, #0c64b7, #019be5);
    padding: 20px 50px;
}

.about .md2 .bbc .bb1 .btt .btn a {
    display: block;
    font-size: 26px;
    font-family: SourceHanSansCN;
    color: #fff;
    font-weight: 500;
}

.about .md2 .bbc .bb1 .btt .bxx {
    padding: 20px;
    display: table;
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #003586;
    line-height: 38px;
    border-left: 2px solid #003586;
    border-bottom: 2px solid #003586;
    position: relative;
    left: 20px;
}

.about .md2 .bbc .bb1 .btt:first-child {
    margin-bottom: 80px;
}

.about .md2 .bbc .bb1 .btt.ab {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.about .md2 .bbc .bb1 .btt.ab .btn {
    background: linear-gradient(to left, #172c8a, #0c64b7, #019be5);
    display: block;
}

.about .md2 .bbc .bb1 .btt.ab .bxx {
    border-left: none;
    border-right: 2px solid #003586;
    left: -20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.about .m4 {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
}

.about .m4 .m42 {
    width: 48%;
}

.about .m4 .m42 .md32 {
    width: 100%;
}

.about .m4 .m42 .md32 .md3c {
    width: 100%;
    position: relative;
    margin-top: 25px;
    height: calc((100% - 25px) / 2);
}

.about .m4 .m42 .md32 .md3c:first-child {
    margin-top: 0;
}

.about .m4 .m42 .md32 .md3c .bim {
    width: 100%;
}

.about .m4 .m42 .md32 .md3c .bim img {
    width: 100%;
    height: 100%;
}

.about .m4 .m42 .md32 .md3c .pwz {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 80px;
}

.about .m4 .m42 .md32 .md3c .pwz .a1 {
    display: block;
}

.about .m4 .m42 .md32 .md3c .pwz .a1 .t4 {
    font-size: 30px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #003586;
    margin-bottom: 10px;
}

.about .m4 .m42 .md32 .md3c .pwz .a1 .en {
    font-size: 20px;
    font-family: YouSheBiaoTiHei;
    font-weight: 400;
    color: #B5B5B6;
}

.about .m4 .m42 .md32 .md3c .pwz .a1 .en a {
    font-size: 20px;
    font-family: YouSheBiaoTiHei;
    font-weight: 400;
    color: #B5B5B6;
}

.about .m4 .m422 {
    width: 48%;
}

.about .m4 .m422 .m41 {
    width: 100%;
}

.about .m4 .m422 .m41 .vid {
    position: relative;
}

.about .m4 .m422 .m41 .vid .eps-shadow {
    left: 0 !important;
}

.about .m4 .m422 .m41 .vid a {
    display: inline-block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
}

.about .m4 .m422 .m41 .vid a .img {
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.about .m4 .m422 .m41 .vid a .ig2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about .m4 .m422 .m41 .vid .video_left_bottom {
    position: absolute;
    height: 43px;
    line-height: 43px;
    width: 100%;
    bottom: 1px;
    background-color: #003586;
}

.about .m4 .m422 .m41 .vid .video_left_bottom p {
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: #fff;
    width: 100%;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 1200px) {
    .about .md1 .spw .pic_wz {
        left: 0%;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .about .md1 .spw .lunbo {
        height: 360px;
    }

    .about .md1 .spw .lunbo a {
        height: 100%;
    }

    .about .md1 .spw .lunbo a img {
        height: 100%;
    }

    .about .md1 .spw .pic_wz {
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    .about .md1 .spw .wzb {
        padding-top: 0;
    }

    .about .md1 .spw .position {
        right: 0;
        text-align: left;
    }

    .more {
        width: 80px;
    }
}

@media screen and (max-width: 960px) {
    .about .md1 .top_info2 {
        display: block;
        height: auto;
    }

    .about .md1 .top_info2 .top_info_head2 {
        width: 100%;
    }

    .about .md1 .top_info2 .top_info_head2 ul {
        display: flex;
    }

    .about .md1 .top_info2 .info_main {
        width: 100%;
        margin-left: 0;
    }

    .about .md1 .top_info2 .info_main .info_list .imb {
        height: auto;
    }

    .about .md1 .top_info2 .top_info_head2 .top_info_ul li {
        height: 100px;
        width: 25%;
    }

    .about .md1 .top_info2 .top_info_head2 .top_info_ul li .en {
        display: none;
    }

    .about .md1 .top_info2 .info_main .info_list .pcwz {
        position: absolute;
        bottom: 20px;
        right: 5px;
    }

    .about .md2 .bbc {
        display: block;
    }

    .about .md2 .bbc .bb1:nth-child(2) {
        display: none;
    }

    .about .md2 .bbc .bb1 {
        width: 100%;
    }

    .about .md2 .bbc .bb1 .btn {
        width: 100%;
    }

    .about .md2 .bbc .bb1 .btt:first-child,
    .about .md2 .bbc .bb1 .btt {
        margin-bottom: 10px;
    }

    .about .md2 .bbc .bb1 .btt .bxx {
        width: 100%;
        border: 2px solid #003586 !important;
        left: 0;
    }

    .about .md2 .bbc .bb1 .btt.ab .bxx {
        left: 0;
        align-items: normal;
    }

    .about .m6 .bm4box {
        flex-wrap: wrap;
    }

    .about .m6 .bm4box .m4box {
        width: 48%;
        margin-bottom: 25px;
    }

    .about .m5 {
        display: block;
    }

    .about .m5 .m41 {
        width: 100%;
    }

    .about .m5 .m51 {
        width: 100%;
    }

    .about .m5 .m51 .gund {
        width: 100%;
    }

    .about .m5 .m51 .gund .box2 .swiper-button-next,
    .about .m5 .m51 .gund .box2 .swiper-button-prev {
        display: none;
    }

    .about .m76 {
        width: auto !important;
    }

    .about .m4 {
        display: block;
    }

    .about .m4 .m422 {
        width: 100%;
    }

    .about .m4 .m42 {
        width: 100%;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .about .m1 {
        margin-top: 0px;
        width: auto;
    }

    .about .m1 .sm1_box {
        justify-content: space-between;
    }

    .about .m1 .sm1_box .ssm1_box {
        width: 60%;
    }
}

@media only screen and (max-width: 500px) {
    .about .m6 .bm4box {
        display: block;
        margin-bottom: 0;
        background-image: none;
    }

    .about .m6 .bm4box .m4box {
        width: 100%;
        margin-bottom: 25px;
    }

    .about .m6 .bm4box .m4box:last-child {
        margin-bottom: 0;
    }

    .about .m4 .m42 .md32 .md3c .pwz .a1 .en {
        display: none;
    }
}



/* 理财产品 */
.licai .md1 .spw .lunbo {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.licai .md1 .spw .swiper-slide {
  background-position: center;
  background-size: cover;
}
.licai .md1 .spw .swiper-slide a {
  width: 100%;
}
.licai .md1 .spw .swiper-slide a img {
  width: 100%;
}
.licai .md1 .spw .swiper-slide a .yd {
  display: none;
}
.licai .md1 .spw .pic_wz {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1920px;
  height: auto;
  margin-left: -960px;
}
.licai .md1 .spw .position {
  bottom: 12px !important;
  left: unset !important;
}
.licai .md1 .spw .swiper-pagination-bullet {
  width: 40px !important;
  height: 4px !important;
  background-color: #fff;
  opacity: 1;
  border-radius: unset !important;
}
.licai .md1 .spw .swiper-pagination-bullet-active {
  background-color: #003586;
  width: 100px !important;
}
.licai .md1 .spw .swiper-pagination-white .swiper-pagination-bullet-active {
  background-color: #003586;
  width: 100px !important;
}
.licai .md1 .spw .wzb {
  box-sizing: border-box;
}
.licai .md1 .spw .wzb .ttt {
  font-size: 56px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #003586;
  margin-bottom: 28px;
}
.licai .md1 .spw .wzb .en {
  font-size: 19px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #727171;
}
.licai .md1 .spw .wzb .en a {
  font-size: 19px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #727171;
}
.licai .litop {
  margin-top: 30px;
  background-color: #f8f8f8;
}
.licai .litop ul {
  width: 100%;
  cursor: pointer;
}
.licai .litop ul#tab11 {
  height: 80px;
  line-height: 80px;
  background-color: #fff;
}
.licai .litop ul#tab11 li {
  font-size: 32px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #3E3A39;
  margin-right: 40px;
  float: left;
}
.licai .litop ul#tab11 li.active {
  font-weight: 700;
  color: #003586;
  border-bottom: 9px solid #003586;
}
.licai .litop ul#tab11 li.active a {
  font-weight: 700;
  color: #003586;
}
.licai .litop .dtab {
  background-color: #f8f8f8;
}
.licai .litop .dtab .tab2 {
  padding: 20px 0;
  display: none;
  position: relative;
}
.licai .litop .dtab .tab2 ul.t1 {
  width: 100%;
  font-size: 25px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #3E3A39;
  border-bottom: 1px dashed #DADADA;
  padding: 25px 0;
}
.licai .litop .dtab .tab2 ul.t1 li {
  float: left;
  padding: 0 18px;
  font-size: 25px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #3E3A39;
  border-right: 2px solid #3E3A39;
}
.licai .litop .dtab .tab2 ul.t1 li a {
  transition: none;
}
.licai .litop .dtab .tab2 ul.t1 li ul.t2,
.licai .litop .dtab .tab2 ul.t1 li ul.t3 {
  display: none;
  position: absolute;
  left: 0;
  line-height: 80px;
  border-bottom: 1px dashed #DADADA;
}
.licai .litop .dtab .tab2 ul.t1 li ul.t2 li,
.licai .litop .dtab .tab2 ul.t1 li ul.t3 li {
  float: left;
  border-right: none;
  padding: 0 18px;
  font-size: 25px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #3E3A39;
}
.licai .litop .dtab .tab2 ul.t1 li ul.t2 li.cur > a,
.licai .litop .dtab .tab2 ul.t1 li ul.t3 li.cur > a {
  font-weight: 700;
  color: #003586;
}
.licai .litop .dtab .tab2 ul.t1 li ul.t2 {
  top: 109px;
}
.licai .litop .dtab .tab2 ul.t1 li ul.t2 li.cur ul.t3 {
  display: block;
}
.licai .litop .dtab .tab2 ul.t1 li ul.t3 {
  top: 81px;
}
.licai .litop .dtab .tab2 ul.t1 li.has_child > a {
  font-weight: 700;
  color: #003586;
}
.licai .litop .dtab .tab2 ul.t1 li.has_child ul.t2 {
  display: block;
  top: 109px;
}
.licai .litop .dtab .tab2 ul.t1 li.has_child ul.t2 li.cur ul.t3 {
  display: block;
}
.licai .litop .dtab .tab2 ul.t1 li:last-child {
  border-right: none;
}
.licai .litop .dtab .tab2.cur {
  display: block;
}
.licai .libom {
  margin-top: 60px;
  margin-bottom: 60px;
  min-height: 850px;
}
.licai .libom .jzxt .jzxtt {
  margin-top: 50px;
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
}
.licai .libom .jzxt .jzxtt .zz {
  display: flex;
  align-items: center;
  position: relative;
}
.licai .libom .jzxt .jzxtt .zz .sj {
  width: 120px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3E3A39;
}
.licai .libom .jzxt .jzxtt .zz img {
  position: absolute;
  right: 10px;
    top: 5px;
}
.licai .libom .jzxt .jzxtt .line {
  display: inline-block;
  width: 5px;
  height: 40px;
  background-color: #265398;
  position: relative;
  top: 8px;
}
.licai .libom .jzxt .jzxtt .title {
  font-size: 32px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #003586;
  margin-left: 25px;
}
.licai .libom .jzxt .jzxtt .title2 {
  font-size: 32px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #003586;
  margin-left: 0px;
}
.licai .libom .j1 .layui-table thead tr {
  background-color: #f3f9fe;
}
.licai .libom .j1 .layui-table-view .layui-table th {
  height: 100px;
  font-size: 16px;
  font-family: SourceHanSansCN;
  color: #000000;
  font-weight: 600;
  border-width: 0px;
  border-style: solid;
}
.licai .libom .j1 .layui-table td {
border-width: 1px;
  border-left: 0;
  border-right: 0;
  border-style: dashed;
  border-color: #DADADA;
  height: 60px;
  font-size: 16px;
  color: #000;
}
.licai .libom .j1 .layui-table-cell {
  height: unset;
  line-height: unset;
  overflow: unset;
  text-overflow: unset;
  white-space: unset;
  padding: unset;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.licai .libom .j1 .layui-table-total tr {
  background-color: #f3f9fe;
  height: 100px;
}
.licai .libom .j1 .layui-table-total th {
  background-color: #f3f9fe;
  height: 100px;
}
.licai .libom .biao {
  min-height: 600px;
 width: 100%;
}
.licai .libom .biao table{
 width: 100%!important;
}
.licai .libom .biao dl {
  display: flex;
width: 100%;
  border-bottom: 1px dashed #DADADA;
}
.licai .libom .biao dl dt {
  width: 19%;
  font-size: 18px;
  text-align: center;
  color: #000;
  font-weight: 600;
height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.licai .libom .biao dl dt:nth-child(2) {
  width: 50%;
}
.licai .libom .biao dl dd {
  width: 19%;
  font-size: 17px;
  text-align: center;
  color: #000;
  font-weight: 400;
height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.licai .libom .biao dl dd:nth-child(2) {
  width: 50%;
}
.licai .libom .biao dl dd:nth-child(4),
.licai .libom .biao dl dd:nth-child(6) {
  /*color: #E50012; */
     color: #000;
}
.licai .libom .biao dl dd a {
  /* display: inline-block; */
  border-radius: 20px;
  border: 1px solid #003589;
  text-align: center;
  /* line-height: 35px; */
  color: #003589;
  padding: 10px 10px;
}
.licai .libom .biao dl dd a:hover {
  background-color: #003589;
  color: #fff;
}
.licai .libom .biao dl.head {
  background-color: #f3f9fe !important;
}
.licai .libom .biao2 {
  min-height: 600px;
}
.licai .libom .biao2 dl {
  display: flex;
  border-bottom: 1px dashed #DADADA;
}
.licai .libom .biao2 dl dt {
  font-size: 16px;
  font-family: SourceHanSansCN;
  color: #000000;
  font-weight: 600;
  padding: 30px 0;
  width: 9%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.licai .libom .biao2 dl dd {
  width: 9%;
  font-size: 16px;
  text-align: center;
  color: #000;
  line-height: 60px;
}
.licai .libom .biao2 dl.head {
  background-color: #f3f9fe;
}
.licai .libom .list_r {
  padding: 40px 50px;
  min-height: 400px;
  box-shadow: 0px 0px 7px #dcdddd;
}
.licai .libom .list_r .info_ul {
  min-height: 600px;
}
.licai .libom .list_r .info_ul li {
  line-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
}
.licai .libom .list_r .info_ul li a {
  display: block;
  position: relative;
  cursor: pointer;
  color: #000;
  font-size: 18px;
  overflow: hidden;
  padding-left: 18px;
  width: 100%;
}
.licai .libom .list_r .info_ul li a img {
  position: absolute;
  top: 21px;
  left: 8px;
}
.licai .libom .list_r .info_ul li a .txt {
  width: calc(100% - 155px);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
.licai .libom .list_r .info_ul li a .time {
  width: 150px;
  float: right;
  color: #9FA0A0;
  font-size: 18px;
  text-align: right;
}
.licai .libom .list_r .info_ul li a b {
  position: absolute;
  left: 0;
  top: 50%;
  height: 6px;
  width: 6px;
  background-color: #3399FF;
  margin-top: -3px;
}
.licai .libom .list_r .info_ul li a:after {
  content: "";
  display: block;
  clear: both;
}
.licai .libom .lrbg {
  background: url(/mainsite/template/page/list/dwen.png) bottom right no-repeat;
}
.licai .libom .fenye {
  margin: 45px auto 10px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.licai .jzxdtail .jzxt .jzxtt {
  margin-top: 50px;
  margin-bottom: 45px;
}
.licai .jzxdtail .jzxt .jzxtt .line {
  display: inline-block;
  width: 5px;
  height: 40px;
  background-color: #265398;
  position: relative;
  top: 8px;
}
.licai .jzxdtail .jzxt .jzxtt .title {
  font-size: 32px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #003586;
  margin-left: 25px;
}
.licai .jzxdtail .shuzi .sz1 {
  background: url(/mainsite/template/page/licdt/ban.png) no-repeat;
  background-size: 100% 100%;
  padding: 20px 70px;
  display: flex;
  justify-content: space-between;
}
.licai .jzxdtail .shuzi .sz1 .lesz {
  width: 50%;
}
.licai .jzxdtail .shuzi .sz1 .lesz .sz11 {
  display: flex;
}
.licai .jzxdtail .shuzi .sz1 .lesz .sz11 .sz21 {
  position: relative;
  z-index: 1;
  height: 200px;
  background: linear-gradient(to bottom, #ffb987, #ff7667);
  text-align: center;
  border-radius: 25px;
  padding-top: 70px;
  padding-left: 5px;
  padding-right: 5px;
}
.licai .jzxdtail .shuzi .sz1 .lesz .sz11 .sz21 .zhi {
  font-size: 35px;
  font-family: GothamBold;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 39px;
}
.licai .jzxdtail .shuzi .sz1 .lesz .sz11 .sz21 .dw {
  margin-top: 10px;
  font-size: 16px;
  font-family: FZLTHJW;
  font-weight: normal;
  color: #FFFFFF;
}
.licai .jzxdtail .shuzi .sz1 .lesz .sz11 .sz22 {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  position: relative;
  right: 25px;
  top: 22px;
  width: 450px;
  height: 160px;
  padding: 20px 30px;
  box-shadow: 0px 0px 7px #dcdddd;
}
.licai .jzxdtail .shuzi .sz1 .lesz .sz11 .sz22 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.licai .jzxdtail .shuzi .sz1 .lesz .sz11 .sz22 ul li {
  border-right: 1px dashed #DADADA;
  padding-right: 1%;
}
.licai .jzxdtail .shuzi .sz1 .lesz .sz11 .sz22 .sz2241 li{ 
 border-right: 1px
 dashed #DADADA;
 padding-right: 1%;
 width: 50%;
 padding-left: 10%;
}
.licai .jzxdtail .shuzi .sz1 .lesz .sz11 .sz22 ul li .t3 {
  font-size: 14px;
  font-family: FZLTHJW;
  font-weight: normal;
  color: #666666;
  margin-bottom: 8px;
}
.licai .jzxdtail .shuzi .sz1 .lesz .sz11 .sz22 ul li .t32 {
  font-size: 16px;
  font-family: FZLTHJW;
  font-weight: normal;
  color: #000000;
}
.licai .jzxdtail .shuzi .sz1 .lesz .sz11 .sz22 ul li:nth-child(1),
.licai .jzxdtail .shuzi .sz1 .lesz .sz11 .sz22 ul li:nth-child(2) {
  width: 50%;
  padding-left: 10%;
  margin-bottom: 25px;
}
.licai .jzxdtail .shuzi .sz1 .lesz .sz11 .sz22 ul li:nth-child(5),
.licai .jzxdtail .shuzi .sz1 .lesz .sz11 .sz22 ul li:nth-child(2) {
  border-right: none;
}
.licai .jzxdtail .shuzi .sz1 .lesz .sz12 {
  padding-top: 50px;
  padding-left: 50px;
}
.licai .jzxdtail .shuzi .sz1 .lesz .sz12 ul {
  display: flex;
  flex-wrap: wrap;
}
.licai .jzxdtail .shuzi .sz1 .lesz .sz12 ul li {
  width: 50%;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #000000;
}
.licai .jzxdtail .shuzi .sz1 .rtsz {
  margin-top: 22px;
  border-radius: 20px;
  width: 45%;
  box-shadow: 0px 0px 7px #dcdddd;
  padding-top: 80px;
  padding-left: 40px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
}
.licai .jzxdtail .shuzi .sz1 .rtsz .tpt {
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 10px 40px;
  font-size: 28px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 30px;
  background-color: #235298;
}
.licai .jzxdtail .shuzi .sz1 .rtsz ul {
  display: flex;
  flex-wrap: wrap;
}
.licai .jzxdtail .shuzi .sz1 .rtsz ul li {
  margin-bottom: 40px;
  width: 50%;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #000000;
}
.licai .jzxdtail .shuzi .sz1 .rtsz2 {
  width: 45%;
  margin-top: 22px;
}
.licai .jzxdtail .shuzi .sz1 .rtsz2 ul {
  display: flex;
  flex-wrap: wrap;
}
.licai .jzxdtail .shuzi .sz1 .rtsz2 ul li {
  margin-bottom: 40px;
  width: 50%;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #000000;
}
.licai .jzxdtail .shuzi .sz2 {
  margin-top: 40px;
  padding: 0 70px;
}
.licai .jzxdtail .shuzi .sz2 ul {
  display: flex;
  justify-content: space-between;
}
.licai .jzxdtail .shuzi .sz2 ul li a {
  text-align: center;
  width: 250px;
  display: inline-block;
  color: #FFFFFF;
  border-radius: 30px;
  background: url(/mainsite/template/page/licdt/p3.png) no-repeat;
  background-size: 100% 100%;
  height: 90px;
  line-height: 75px;
  font-size: 28px;
  font-family: SourceHanSansCN;
  font-weight: 500;
}
.licai .jzxdtail .shuzi .sz2 p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.licai .jzxdtail .shuzi .sz2 p span {
  color: #E60012;
}
.licai .jzxdtail .shuzi .sz3 {
  margin-top: 50px;
  display: flex;
}
.licai .jzxdtail .shuzi .sz3 .eats {
  width: 45%;
}
.licai .jzxdtail .shuzi .sz3 .eats .danw {
  font-size: 28px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #235298;
}
.licai .jzxdtail .shuzi .sz3 .rtsz {
  margin-left: 5%;
  margin-bottom: 1%;
  border-radius: 20px;
  width: 45%;
  box-shadow: 0px 0px 7px #dcdddd;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
}
.licai .jzxdtail .shuzi .sz3 .rtsz .tpt {
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 10px 40px;
  font-size: 28px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 30px;
  background-color: #235298;
}
.licai .jzxdtail .shuzi .sz3 .rtsz ul {
  padding-top: 80px;
  margin-top: 4%;
  padding-left: 40px;
  display: flex;
  flex-wrap: wrap;
}
.licai .jzxdtail .shuzi .sz3 .rtsz ul li {
  margin-bottom: 40px;
  width: 50%;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #000000;
}
.licai .jzxdtail .shuzi .sz3 .rtsz dl {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.licai .jzxdtail .shuzi .sz3 .rtsz dl dd {
  border-bottom: 2px dashed #DADADA;
  border-left: 2px dashed #DADADA;
  height: 50%;
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.licai .jzxdtail .shuzi .sz3 .rtsz dl dd .ti {
  width: 100%;
  font-size: 52px;
  font-family: GothamBold;
  font-weight: 600;
  color: #EA5514;
}
.licai .jzxdtail .shuzi .sz3 .rtsz dl dd .co {
  width: 100%;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #000000;
}
.licai .jzxdtail .shuzi .sz3 .rtsz dl dd:first-child,
.licai .jzxdtail .shuzi .sz3 .rtsz dl dd:nth-child(3) {
  border-left: none;
}
.licai .jzxdtail .shuzi .sz3 .rtsz dl dd:last-child,
.licai .jzxdtail .shuzi .sz3 .rtsz dl dd:nth-child(3) {
  border-bottom: none;
}
.licai .jzxdtail .shuzi .prs {
 /* margin-top: 100px;*/
  margin-bottom: 150px;
}
.licai .jzxdtail .shuzi .prs p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #454545;
  line-height: 30px;
}
.licai .jzxdtail .shuzi .prs p:first-child {
  color: #E60012;
}
.licai .jzxdtail .shuzi .biaob {
  margin-top: 100px;
}
.licai .jzxdtail .shuzi .biaob .danw {
  font-size: 28px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #235298;
  margin-bottom: 35px;
}
.licai .jzxdtail .shuzi .biaob .bao1 {
  margin-bottom: 45px;
}
.licai .jzxdtail .shuzi .biaob .bao1:last-child {
  margin-bottom: 80px;
}
.licai .jzxdtail .shuzi .biaob .bao1 dl.tou {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  font-family: SourceHanSansCN;
  color: #FFFFFF;
  background-color: #235298;
  line-height: 70px;
}
.licai .jzxdtail .shuzi .biaob .bao1 dl.tou dt {
  text-align: center;
  border: 1px solid #DADADA;
}
.licai .jzxdtail .shuzi .biaob .bao1 dl.tou dt:first-child {
  border-left: none;
  border-top: none;
}
.licai .jzxdtail .shuzi .biaob .bao1 dl.tou dt:last-child {
  border-right: none;
  border-top: none;
}
.licai .jzxdtail .shuzi .biaob .bao1 dl.tou dt:nth-child(1),
.licai .jzxdtail .shuzi .biaob .bao1 dl.tou dt:nth-child(4) {
  width: 20%;
}
.licai .jzxdtail .shuzi .biaob .bao1 dl.tou dt:nth-child(2),
.licai .jzxdtail .shuzi .biaob .bao1 dl.tou dt:nth-child(3),
.licai .jzxdtail .shuzi .biaob .bao1 dl.tou dt:nth-child(5),
.licai .jzxdtail .shuzi .biaob .bao1 dl.tou dt:nth-child(6) {
  width: 40%;
}
.licai .jzxdtail .shuzi .biaob .bao1 dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-family: SourceHanSansCN;
  color: #000000;
  line-height: 53px;
}
.licai .jzxdtail .shuzi .biaob .bao1 dl:last-child dd:first-child {
  border-bottom-left-radius: 30px;
}
.licai .jzxdtail .shuzi .biaob .bao1 dl:last-child dd:last-child {
  border-bottom-right-radius: 30px;
}
.licai .jzxdtail .shuzi .biaob .bao1 dl dd {
  border: 1px solid #DADADA;
  text-align: center;
}
.licai .jzxdtail .shuzi .biaob .bao1 dl dd:nth-child(1),
.licai .jzxdtail .shuzi .biaob .bao1 dl dd:nth-child(4) {
  width: 20%;
}
.licai .jzxdtail .shuzi .biaob .bao1 dl dd:nth-child(2),
.licai .jzxdtail .shuzi .biaob .bao1 dl dd:nth-child(3),
.licai .jzxdtail .shuzi .biaob .bao1 dl dd:nth-child(5),
.licai .jzxdtail .shuzi .biaob .bao1 dl dd:nth-child(6) {
  width: 40%;
}
@media only screen and (max-width: 1200px) {
  .licai .md1 .spw .pic_wz {
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  .licai .md1 .spw .lunbo {
    height: 360px;
  }
  .licai .md1 .spw .lunbo a {
    height: 100%;
  }
  .licai .md1 .spw .lunbo a img {
    height: 100%;
  }
  .licai .md1 .spw .wzb {
    padding-top: 0;
  }
  .licai .md1 .spw .position {
    right: 0;
    text-align: left;
  }
  .licai .libom .biao dl dt:nth-child(2),
  .licai .libom .biao dl dd:nth-child(2) {
    width: 40%;
  /* display: block;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
  }
  .licai .jzxdtail .shuzi .sz1 {
    display: block;
  }
  .licai .jzxdtail .shuzi .sz1 .lesz {
    width: 100%;
  }
  .licai .jzxdtail .shuzi .sz1 .rtsz,
  .licai .jzxdtail .shuzi .sz1 .rtsz2 {
    margin-top: 50px;
    width: 100%;
  }
  .licai .jzxdtail .shuzi .sz2 ul {
    flex-wrap: wrap;
  }
  .licai .jzxdtail .shuzi .sz3 {
    display: block;
  }
  .licai .jzxdtail .shuzi .sz3 .eats {
    width: 100%;
  }
  .licai .jzxdtail .shuzi .sz3 .rtsz {
    margin-left: 0;
    margin-top: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
.licai .litop .dtab .tab2 ul.t1 li ul.t2, 
.licai .litop .dtab .tab2 ul.t1 li ul.t3,
.licai .litop .dtab .tab2 ul.t1{
border-bottom: none;}

  .licai .litop ul {
    padding-left: 0;
    flex-wrap: wrap;
  }
  .licai .litop ul li {
    margin-right: 10px;
  }
  .licai .litop ul:last-child li {
    margin-bottom: 20px;
  }
  ul#tab22 li:nth-child(1),
  ul#tab22 li:nth-child(2) {
    border-right: none;
  }
  ul#tab22 li,
  ul#tab33 li {
    padding: 0;
  }
  ul#tab33 {
    height: auto;
    background-color: #f8f8f8;
  }
  .licai .libom .biao dl dt:nth-child(2),
  .licai .libom .biao dl dd:nth-child(2) {
    width: 50%;
   /* display: block;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
  }
  .licai .libom .biao dl dt:nth-child(3),
  .licai .libom .biao dl dd:nth-child(3),
  .licai .libom .biao dl dt:nth-child(5),
  .licai .libom .biao dl dd:nth-child(5) {
    display: none;
  }
  .licai .jzxdtail .shuzi .sz3 .rtsz {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .licai .libom .biao dl dt:nth-child(2),
  .licai .libom .biao dl dd:nth-child(2) {
    width: 65%;
  }
  .licai .libom .biao dl dt:nth-child(4),
  .licai .libom .biao dl dd:nth-child(4),
  .licai .libom .biao dl dt:nth-child(6),
  .licai .libom .biao dl dd:nth-child(6) {
    display: none;
  }
  .licai .jzxdtail .shuzi .sz1 {
    padding: 0;
  }
  .licai .jzxdtail .shuzi .sz1 .lesz .sz11 {
    display: block;
  }
  .licai .jzxdtail .shuzi .sz1 .lesz .sz11 .sz22 {
    height: auto;
    width: 100%;
    right: 0;
  }
  .licai .jzxdtail .shuzi .sz2 {
    padding: 0;
  }
  .licai .jzxdtail .shuzi .sz2 ul li {
    width: 100%;
  }
  .licai .jzxdtail .shuzi .sz2 ul li a {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
#mySearchFormAction .inp-area{
border: none;
}
.licai .libom .jzxt .jzxtt .ss{
display: none;
}
.licai .libom .biao dl dd{
  font-size: 16px;
}
.licai .litop ul#tab11 li,
.licai .litop .dtab .tab2 ul.t1 li,
.licai .litop .dtab .tab2 ul.t1 li ul.t2 li.cur > a, 
.licai .litop .dtab .tab2 ul.t1 li ul.t3 li.cur > a,
.licai .litop .dtab .tab2 ul.t1 li a{
    font-size: 20px!important;
}
  .licai .libom .biao dl {
    width: 100%;
  }
  .licai .libom .biao dl dt {
    text-align: left;
  }
  .licai .libom .biao dl dt:nth-child(1),
  .licai .libom .biao dl dd:nth-child(1) {
    display: none;
  }
  .licai .libom .biao dl dt:nth-child(2),
  .licai .libom .biao dl dd:nth-child(2) {
    width: 72%;
  }
  .licai .libom .biao dl dt:nth-child(7),
  .licai .libom .biao dl dd:nth-child(7) {
    width: 30%;
  }
}



/* 人才招聘 */
.rczp .m1t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 45px;
}
.rczp .m1t .more {
  font-size: 20px;
  font-weight: 500;
}
.rczp .m1t .more a {
  color: #9FA0A0;
  font-size: 20px;
  font-weight: 500;
}
.rczp .m1t .more a img {
  margin-left: 3px;
  position: relative;
  top: 3px;
}
.rczp .m1t .tt .en {
  font-size: 20px;
  font-family: YouSheBiaoTiHei;
  font-weight: 400;
  color: #DCDDDD;
}
.rczp .m1t .tt .zn {
  font-size: 25px;
  font-weight: bold;
  color: #0870b0;
  margin-top: 10px;
}
.rczp .m1t .tt .xian {
  width: 34px;
  height: 3px;
  background: #0870b0;
  margin-top: 7px;
}
.rczp .md1 .spw .lunbo {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rczp .md1 .spw .swiper-slide {
  background-position: center;
  background-size: cover;
}
.rczp .md1 .spw .swiper-slide a {
  width: 100%;
}
.rczp .md1 .spw .swiper-slide a img {
  width: 100%;
}
.rczp .md1 .spw .swiper-slide a .yd {
  display: none;
}
.rczp .md1 .spw .pic_wz {
  position: absolute;
  top: 255px;
  left: 50%;
  width: 1920px;
  height: auto;
  margin-left: -960px;
}
.rczp .md1 .spw .position {
  bottom: 12px !important;
  left: unset !important;
}
.rczp .md1 .spw .swiper-pagination-bullet {
  width: 40px !important;
  height: 4px !important;
  background-color: #fff;
  opacity: 1;
  border-radius: unset !important;
}
.rczp .md1 .spw .swiper-pagination-bullet-active {
  background-color: #003586;
  width: 100px !important;
}
.rczp .md1 .spw .swiper-pagination-white .swiper-pagination-bullet-active {
  background-color: #003586;
  width: 100px !important;
}
.rczp .md1 .spw .wzb {
  box-sizing: border-box;
}
.rczp .md1 .spw .wzb .ttt {
  font-size: 56px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #003586;
  margin-bottom: 28px;
}
.rczp .md1 .spw .wzb .en {
  font-size: 19px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #727171;
}
.rczp .md1 .spw .wzb .en a {
  font-size: 19px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #727171;
}
.rczp .wmd2 {
  background-image: linear-gradient(to bottom, #fff 35%, #f4f9ff 65%);
  padding-top: 10px;
}
.rczp .wmd2 .md2 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
.rczp .wmd2 .md2 .info_main .info_list {
  display: none;
}
.rczp .wmd2 .md2 .info_main .info_list .info_ul li {
  border-bottom: 1px dashed #DADADA;
  line-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
}
.rczp .wmd2 .md2 .info_main .info_list .info_ul li a {
  display: block;
  position: relative;
  cursor: pointer;
  color: #000;
  font-size: 18px;
  overflow: hidden;
  padding-left: 18px;
  width: 100%;
}
.rczp .wmd2 .md2 .info_main .info_list .info_ul li a img {
  position: absolute;
  top: 21px;
  left: 8px;
}
.rczp .wmd2 .md2 .info_main .info_list .info_ul li a .txt {
  width: calc(100% - 110px);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
.rczp .wmd2 .md2 .info_main .info_list .info_ul li a .time {
  width: 90px;
  float: right;
  color: #9FA0A0;
  font-size: 14px;
  text-align: right;
}
.rczp .wmd2 .md2 .info_main .info_list .info_ul li a b {
  position: absolute;
  left: 0;
  top: 50%;
  height: 6px;
  width: 6px;
  background-color: #3399FF;
  margin-top: -3px;
}
.rczp .wmd2 .md2 .info_main .info_list .info_ul li a:after {
  content: "";
  display: block;
  clear: both;
}
.rczp .wmd2 .md2 .info_main .info_list.cur {
  display: block;
}
.rczp .wmd2 .md2 .md21 {
  width: 48%;
  padding-top: 50px;
  margin-right: 2%;
}
.rczp .wmd2 .md2 .md21 .m1t {
  margin-top: 0 !important;
}
.rczp .wmd2 .md2 .md22 {
  width: 49%;
  position: relative;
}
.rczp .wmd2 .md2 .md22 .spw {
  width: 100%;
  position: absolute;
  bottom: 2%;
}
.rczp .wmd2 .md2 .md22 .spw .lunbo {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rczp .wmd2 .md2 .md22 .spw .swiper-slide {
  background-position: center;
  background-size: cover;
}
.rczp .wmd2 .md2 .md22 .spw .swiper-slide a {
  width: 100%;
}
.rczp .wmd2 .md2 .md22 .spw .swiper-slide a img {
  width: 100%;
}
.rczp .wmd2 .md2 .md22 .spw .swiper-slide a .yd {
  display: none;
}
.rczp .wmd2 .md2 .md22 .spw .pic_wz {
  position: absolute;
  top: 255px;
  left: 50%;
  width: 1920px;
  height: auto;
  margin-left: -960px;
}
.rczp .wmd2 .md2 .md22 .spw .position {
  bottom: 12px !important;
  left: unset !important;
}
.rczp .wmd2 .md2 .md22 .spw .swiper-pagination-bullet {
  width: 40px !important;
  height: 4px !important;
  background-color: #fff;
  opacity: 1;
  border-radius: unset !important;
}
.rczp .wmd2 .md2 .md22 .spw .swiper-pagination-bullet-active {
  background-color: #003586;
  width: 100px !important;
}
.rczp .wmd2 .md2 .md22 .spw .swiper-pagination-white .swiper-pagination-bullet-active {
  background-color: #003586;
  width: 100px !important;
}
.rczp .md3 {
  margin-top: 75px;
  padding: 44px 0;
  background-color: #f4f9ff;
  display: flex;
  justify-content: space-around;
}
.rczp .md3 .d1 {
  font-size: 25px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #003586;
}
.rczp .md3 .d2 .box {
  display: flex;
}
.rczp .md3 .d2 .box select {
  width: 180px;
  padding: 10px 5px;
  margin-right: 50px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
}
.rczp .md3 .d2 .box select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: none;
  background: url('/mainsite/template/page/rczp/dd1.png') no-repeat center;
}
.rczp .md3 .d2 .box select::-ms-expand {
  display: none;
}
.rczp .md3 form {
  display: flex;
}
.rczp .md3 button {
  display: inline-block;
  background-color: #003586;
  border-radius: 15px;
  width: 90px;
  height: 45px;
  position: relative;
  cursor: pointer;
}
.rczp .md3 button img {
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rczp .m6 .bm4box {
  margin: 60px 0 60px 0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  background-image: linear-gradient(to bottom, #fff 35%, #f4f9ff 65%);
}
.rczp .m6 .bm4box .m4box {
  width: 315px;
  height: 95px;
  position: relative;
  border-radius: 20px;
}
.rczp .m6 .bm4box .m4box a {
  display: block;
  background-color: #fff;
}
.rczp .m6 .bm4box .m4box a img {
  vertical-align: center;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(0%, -50%);
}
.rczp .m6 .bm4box .m4box a span {
  font-size: 29px;
  color: #fff;
  font-family: SourceHanSansCN;
  font-weight: bold;
  position: absolute;
  left: 38%;
  top: 50%;
  transform: translate(0%, -50%);
}
.rczp .m6 .bm4box .m4box:nth-child(1) {
  background-color: #f7ae21;
  box-shadow: 2px 5px 15px #f7ae21;
}
.rczp .m6 .bm4box .m4box:nth-child(2) {
  background-color: #e60012;
  box-shadow: 2px 5px 15px #e60012;
}
.rczp .m6 .bm4box .m4box:nth-child(3) {
  background-color: #ef7b12;
  box-shadow: 2px 5px 15px #ef7b12;
}
.rczp .m6 .bm4box .m4box:nth-child(4) {
  background-color: #9652a9;
  box-shadow: 2px 5px 15px #9652a9;
}
@media only screen and (max-width: 1200px) {
  .rczp .md1 .spw .pic_wz {
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .rczp .md1 .spw .lunbo {
    height: 360px;
  }
  .rczp .md1 .spw .lunbo a {
    height: 100%;
  }
  .rczp .md1 .spw .lunbo a img {
    height: 100%;
  }
  .rczp .md1 .spw .pic_wz {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  .rczp .md1 .spw .wzb {
    padding-top: 0;
  }
  .rczp .md1 .spw .position {
    right: 0;
    text-align: left;
  }
}
@media only screen and (max-width: 960px) {
  .rczp .md1 .top_info2 {
    display: block;
    height: auto;
  }
  .rczp .md1 .top_info2 .top_info_head2 {
    width: 100%;
  }
  .rczp .md1 .top_info2 .top_info_head2 ul {
    display: flex;
  }
  .rczp .md1 .top_info2 .info_main {
    width: 100%;
    margin-left: 0;
  }
  .rczp .md1 .top_info2 .info_main .info_list .imb {
    height: auto;
  }
  .rczp .md1 .top_info2 .top_info_head2 .top_info_ul li {
    height: 100px;
    width: 25%;
  }
  .rczp .md1 .top_info2 .top_info_head2 .top_info_ul li .en {
    display: none;
  }
  .rczp .md1 .top_info2 .info_main .info_list .pcwz {
    position: absolute;
    bottom: 20px;
    right: 5px;
  }
  .rczp .wmd2 {
    background-image: none;
  }
  .rczp .wmd2 .md2 {
    display: block;
  }
  .rczp .wmd2 .md2 .md21 {
    width: 100%;
  }
  .rczp .wmd2 .md2 .md22 {
    width: 100%;
  }
  .rczp .wmd2 .md2 .md22 .spw {
    position: static;
  }
  .rczp .md3 {
    margin-top: 0;
    display: block;
  }
  .rczp .md3 .d2 {
    margin-top: 30px;
  }
  .rczp .md3 .d2 .box {
    flex-wrap: wrap;
    padding: 0 5%;
  }
  .rczp .md3 .d2 .box select {
    border-radius: 3px;
    margin-right: 0;
    width: 50%;
    margin-bottom: 20px;
    -webkit-appearance: revert;
            appearance: revert;
    outline: none;
    border: 1px solid #dee1e4;
    background: none;
  }
  .rczp .md3 form {
    display: block;
  }
  .rczp .md3 button,
  .rczp .md3 input {
    left: calc(95% - 90px);
  }
  .rczp .m6 {
    margin-bottom: 50px;
  }
  .rczp .m6 .bm4box {
    flex-wrap: wrap;
    margin: 0;
  }
  .rczp .m6 .bm4box .m4box {
    width: 48%;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .rczp .m6 .bm4box {
    display: block;
    margin-bottom: 0;
    background-image: none;
  }
  .rczp .m6 .bm4box .m4box {
    width: 100%;
    margin-bottom: 25px;
  }
  .rczp .m6 .bm4box .m4box:last-child {
    margin-bottom: 0;
  }
}

/* 私人银行 */
.sryh .mb .sc .tt .video_left_bottom {
  position: absolute;
  line-height: 55px;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 55px;
  background: #000000;
  box-shadow: 0px 13px 29px 0px rgba(107, 81, 60, 0.4);
  opacity: 0.7;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.sryh #dnt{
position: relative;
}
.sryh #dnt .video_left_bottom {
  position: absolute;
  line-height: 55px;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 55px;
  background: #000000;
  box-shadow: 0px 13px 29px 0px rgba(107, 81, 60, 0.4);
  opacity: 0.7;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.sryh .mb3 .video_left .video_left_bottom{
  position: absolute;
  line-height: 55px;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 55px;
  background: #000000;
  box-shadow: 0px 13px 29px 0px rgba(107, 81, 60, 0.4);
  opacity: 0.7;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.sryh .mb .sc .tt .video_left_bottom p {
  padding-left: 25px;
  color: #fff;
  font-size: 22px;
  width: calc(100% - 25px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sryh .mb .sc .tt .video_left_bottom a {
  color: #fff;
  font-size: 22px;
}
.sryh .mb .sc .sz .dsb{
font-size: 20px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #666666;
line-height: 40px;
padding-left: 20px;
}
.sryh .mb .sc .sz .dsb p{
  position: relative;
}
.sryh .mb .sc .sz .dsb p b{
  position: absolute;
  left: -18px;
  top: 20px;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: #D1A26B;
  margin-top: -3px;
}
.sryh .mb {
  margin-bottom: 75px;
}
.sryh .mb .st {
  margin-top: 85px;
  margin-bottom: 45px;
  font-size: 40px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #333333;
  background: linear-gradient(0deg, #985E30 0%, #FFCB6C 99.43847656%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sryh .st {
  margin-top: 85px;
  margin-bottom: 45px;
  font-size: 40px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #333333;
  background: linear-gradient(0deg, #985E30 0%, #FFCB6C 99.43847656%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sryh .st img {
  margin-right: 10px;
  position: relative;
  top: 6px;
}
.sryh .mb {
  margin-bottom: 75px;
}
.sryh .mb .sc {
  display: flex;
}
.sryh .mb .sc .tt {
  width: 49%;
  margin-right: 50px;
  /*height: 463px;*/
}
.sryh .mb .sc .tt img {
  width: 100%;
  height: 100%;
  box-shadow: 0px 13px 29px 0px rgba(107, 81, 60, 0.4);
  border-radius: 12px;
}
.sryh .mb .sc .tt:nth-of-type(2) {
  margin-right: 0px;
  margin-left: 50px;
}
.sryh .mb .sc .sz {
  width: 49%;
  position: relative;
}
.sryh .mb .sc .sz .stt {
  font-size: 28px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #555555;
}
.sryh .mb .sc .sz .stt a {
  font-size: 28px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #555555;
}
.sryh .mb .sc .sz .en0 {
  font-size: 28px !important;
}
.sryh .mb .sc .sz .en b {
  background-color: #DB9041 !important;
}
.sryh .mb .sc .sz .lin {
  margin: 30px 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #AF7D54, #FFD68B);
}
.sryh .mb .sc .sz .zi {
  font-size: 20px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #666666;
  line-height: 40px;
}
.sryh .mb .sc .sz .mor {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px 12px;
  border: 1px solid #D1A26B;
  border-radius: 9px;
}
.sryh .mb .sc .sz .mor a {
  font-size: 24px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #D1A26B;
}
.sryh .mb .sc .sz .list b {
  position: absolute;
  left: 0;
  top: 50%;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: #525252;
  margin-top: -2px;
}
.sryh .mb .sc .sz .list li {
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
}
.sryh .mb .sc .sz .list li a {
  position: relative;
  font-size: 20px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #666666;
  width: 100%;
  display: block;
  cursor: pointer;
  overflow: hidden;
  padding-left: 18px;
}
.sryh .mb .sc .sz .list li .a {
  position: relative;
  font-size: 20px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #666666;
  width: 100%;
  display: block;
  overflow: hidden;
  padding-left: 18px;
}
.sryh .mb .sc .sz .list li .title {
  width: calc(100% - 20px);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
.sryh .mb .sc .sz .sbb .mor {
  top: 0;
  bottom: unset;
}
.sryh .mb0 {
  margin-bottom: 40px;
}
.sryh .mb0 .scc {
  position: relative;
}
.sryh .mb0 .scc .ttt {
  width: 100%;
}
.sryh .mb0 .scc .ttt img {
  width: 100%;
  box-shadow: 0px 13px 29px 0px rgba(107, 81, 60, 0.4);
  border-radius: 12px;
}
.sryh .mb0 .scc .ttt:nth-of-type(2) {
  margin-right: 0px;
  margin-left: 50px;
}
.sryh .mb0 .scc .zzz {
  position: absolute;
  bottom: 0;
  padding: 0 25px 40px 25px;
}
.sryh .mb0 .scc .zzz .tii a{
  font-size: 36px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #FFFFFF;
}
.sryh .mb0 .scc .zzz .jjj {
  font-size: 20px;
  font-family: SourceHanSansCN;
  color: #FFFFFF;
  line-height: 34px;
}
.sryh .mb0 .scc .zzz .jjj a{
  font-size: 20px;
  font-family: SourceHanSansCN;
  color: #FFFFFF;
  line-height: 34px;
}
.sryh .mb1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.sryh .mb1 .md3c {
  position: relative;
  width: calc((100% - 25px) / 2);
}
.sryh .mb1 .md3c .bim {
  height: 100%;
  width: 100%;
  padding-left: 10px;
  background: linear-gradient(90deg, #FFD68B, #AF7D54);
  box-shadow: 0px 13px 29px 0px rgba(107, 81, 60, 0.4);
  border-radius: 0px 12px 12px 0px;
}
.sryh .mb1 .md3c .bim a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.sryh .mb1 .md3c .bim img {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  border-radius: 0px 12px 12px 0px;
}
.sryh .mb1 .md3c .pwz {
  position: absolute;
    top: 10%;
    /* transform: translate(0%, -99%); */
    left: 25px;
}
.sryh .mb1 .md3c .pwz .t4 {
  font-size: 36px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 21px;
}
.sryh .mb1 .md3c .pwz .t4 a{
  font-size: 30px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #FFFFFF;
}
.sryh .mb1 .md3c .pwz .t4 p {
  margin-top: 20px;
  font-size: 20px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 34px;
}
.sryh .mb1 .md3c .pwz .t4 .mor {
  margin-top: 20px;
  width: 150px;
  padding: 10px 0px 10px 17px;
  background: #6B3F03;
  border-radius: 9px;
}
.sryh .mb1 .md3c .pwz .t4 .mor a {
  font-size: 24px;
  display: block;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
}
.sryh .mb1 .md3c .pwz .en {
  font-size: 20px;
  font-family: YouSheBiaoTiHei;
  font-weight: 400;
  color: #B5B5B6;
}
.sryh .mb1 .md3c .pwz .en a {
  font-size: 20px;
  font-family: YouSheBiaoTiHei;
  font-weight: 400;
  color: #B5B5B6;
}
.sryh .mb2 {
  display: flex;
  justify-content: space-between;
}
.sryh .mb2 .sbb {
  margin-top: 85px;
}
.sryh .mb2 .sbb .mor {
  padding: 6px 12px;
  border: 1px solid #D1A26B;
  border-radius: 9px;
}
.sryh .mb2 .sbb .mor a {
  font-size: 24px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #D1A26B;
}
.sryh .mb3 {
  display: flex;
  justify-content: space-between;
}
.sryh .mb3 a {
  width: 100%;
  height: 100%;
  display: block;
}
.sryh .mb3 .video_left {
  height: 384px;
  width: calc((100% - 40px) / 3);
  position: relative;
  box-shadow: 0px 13px 29px 0px rgba(107, 81, 60, 0.4);
  border-radius: 12px;
  overflow: hidden;
}
.sryh .mb3 .video_left .video_left_img {
  width: 100%;
  height: 100%;
}

.sryh .mb3 .video_left .video_left_bottom p  a{
  color: #fff;
  font-size: 22px;
}
.sryh .mb3 .video_left .video_left_bottom p  {
  padding-left: 25px;
  color: #fff;
  font-size: 22px;
  width: calc(100% - 25px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sryh .md1 .spw .lunbo {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sryh .md1 .spw .swiper-slide {
  background-position: center;
  background-size: cover;
}
.sryh .md1 .spw .swiper-slide a {
  width: 100%;
}
.sryh .md1 .spw .swiper-slide a img {
  width: 100%;
}
.sryh .md1 .spw .swiper-slide a .yd {
  display: none;
}
.sryh .md1 .spw .pic_wz {
  position: absolute;
  top: 33%;
  left: 50%;
  width: 1920px;
  height: auto;
  margin-left: -960px;
}
.sryh .md1 .spw .position {
  bottom: 12px !important;
  left: unset !important;
}
.sryh .md1 .spw .swiper-pagination-bullet {
  width: 40px !important;
  height: 4px !important;
  background-color: #fff;
  opacity: 1;
  border-radius: unset !important;
}
.sryh .md1 .spw .swiper-pagination-bullet-active {
  background-color: #8B8B8B;
  width: 100px !important;
}
.sryh .md1 .spw .swiper-pagination-white .swiper-pagination-bullet-active {
  background-color: #003586;
  width: 100px !important;
}
.sryh .md1 .spw .wzb {
  box-sizing: border-box;
}
.sryh .md1 .spw .wzb .ttt {
  font-size: 80px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
}
.sryh .md1 .spw .wzb .en {
  font-size: 30px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #8B8B8B;
  margin-bottom: 12px;
  letter-spacing: 10px;
}
.sryh .md1 .spw .wzb .en span {
  font-size: 30px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #EAD2A8;
  background: linear-gradient(-6deg, #B58355 25.53710938%, #EAD2A8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sryh .md1 .spw .wzb .en a {
  font-size: 19px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #727171;
}
.sryh .s1 {
  margin-top: 67px;
  padding-bottom: 50px;
  text-align: center;
}
.sryh .s1 .eng {
  letter-spacing: 15px;
  font-size: 50px;
  font-family: SourceHanSansCN;
  font-weight: 200;
  color: #333333;
  background: linear-gradient(to bottom, #af7d5494, #ffd68b47 60%, #faf3ec 1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sryh .s1 .chg {
  position: relative;
  top: -40px;
  letter-spacing: 10px;
  font-size: 40px;
  font-family: SourceHanSansCN;
  font-weight: 600;
  color: #333333;
  background: linear-gradient(0deg, #AF7D54 0%, #FFD68B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sryh .s1 .chg2 {
  position: relative;
  top: -40px;
  letter-spacing: 10px;
  font-size: 58px;
  font-family: SourceHanSansCN;
  font-weight: 600;
  color: #333333;
  background: linear-gradient(0deg, #AF7D54 0%, #FFD68B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sryh .mor1 {
  position: relative;
}
.sryh .mor1 .mor {
  position: absolute;
  right: 0;
  top: -25px;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #D1A26B;
  border-radius: 9px;
}
.sryh .mor1 .mor a {
  font-size: 24px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #D1A26B;
}
.sryh .s2 {
  display: flex;
}
.sryh .s2 .ti {
  font-size: 36px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 77px;
  border: 1px solid #444444;
  opacity: 0.5;
  cursor: pointer;
}
.sryh .s2 .ti.active {
  background: linear-gradient(90deg, #af7d54, #deb174);
  box-shadow: 0px 0px 27px 0px rgba(207, 170, 126, 0.3);
  border: none;
  color: #fff;
  font-weight: 600;
}
.sryh .s3 .info_list {
  display: none;
}
.sryh .s3 .info_list.cur {
  display: block;
}
.sryh .s4bb {
  background: url("/static/images_xl/sryh/b1.png") no-repeat;
  background-position: 100% 55%;
  background-size: 100% 1200px;
}
.sryh .s4b {
  background: url("/static/images_xl/sryh/b2.png") no-repeat;
  background-position: 100% 55%;
  background-size: 100% 300px;
}
.sryh .s4 {
  height: 460px;
  margin-bottom: 65px;
}
.sryh .s4 .ren {
  height: 100%;
}
.sryh .s4 .ren .tu {
  position: relative;
  height: 100%;
  width: 100%;
}
.sryh .s4 .ren .tu img {
  height: 100%;
  width: 100%;
}
.sryh .s4 .ren .xin {
  position: absolute;
  bottom: 0;
  padding-bottom: 30px;
  padding-left: 25px;
}
.sryh .s4 .ren .name {
  font-size: 24px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #EAD2A8;
  position: relative;

}
.sryh .s4 .ren .name a{
  font-size: 24px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #EAD2A8;
}
.sryh .s4 .ren .add a{
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #CCCCCC;
  margin-left: 15px;
}
.sryh .s4 .ren .add {
  position: relative;
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #CCCCCC;
  margin-top: 8px;
}
.sryh .s4 .ren b {
  position: absolute;
  left: 0px;
  top: 162%;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: #EAD2A8;
  margin-top: -3px;
}
.sryh .s4 .ren .add b {
  position: absolute;
  left: 0px;
  top: 50%;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: #EAD2A8;
  margin-top: -3px;
}

.sryh .s4 .ren .jies {
  display: none;
  padding: 30px 26px 0 26px;
  height: 100%;
  background: #0D1020;
  opacity: 0.8;
  position: absolute;
  top: 0;
}
.sryh .s4 .ren .jies a {

  display:inline-block;
}
.sryh .s4 .ren .jies div.js {
  margin-top: 16px;
}
.sryh .s4 .ren .jies div.js div {
  font-size: 18px;
  padding-top: 16px;
  border-top: 1px solid #EAD2A8;
  font-family: SourceHanSansCN;
  font-weight: 300;
  color: #CCCCCC;
  line-height: 28px;
}
.sryh .s4 .ren:hover .jies {
  display: block;
}
.sryh .s4 .ren:hover .xin {
  display: none;
}
.sryh .s4 .gund .box2 {
  overflow: hidden;
}
.sryh .s4 .gund .box2 .swiper-slide {
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.sryh .s4 .gund .box2:hover .swiper-button-next,
.sryh .s4 .gund .box2:hover .swiper-button-prev {
  display: block;
}
.sryh .s4 .gund .box2 .swiper-button-next,
.sryh .s4 .gund .box2 .swiper-button-prev {
  display: none;
  opacity: 0.5;
}
@media only screen and (max-width: 1200px) {
  .sryh .md1 .spw .pic_wz {
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .sryh .md1 .spw .lunbo a {
    height: 100%;
  }
  .sryh .md1 .spw .lunbo a img {
    height: 100%;
  }
  .sryh .md1 .spw .pic_wz {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  .sryh .md1 .spw .wzb {
    padding-top: 0;
  }
  .sryh .md1 .spw .position {
    right: 0;
    text-align: left;
  }
  .sryh .mb .sc {
    flex-wrap: wrap;
  }
  .sryh .mb .sc .tt {
    width: 100%;
    margin-right: 0px;
  }
  .sryh .mb .sc .sz {
    margin-top: 25px;
    margin-right: 0px;
    width: 100%;
  }
  .sryh .mb .sc .sz .mor {
    position: static;
    margin-top: 25px;
    bottom: unset;
    right: unset;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .sryh .sec .sc {
    flex-wrap: wrap-reverse;
  }
  .sryh .sec .sc .tt {
    width: 100%;
    margin-left: 0px!important;
  }
  .sryh .mb1 {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .sryh .mb1 .md3c {
    width: 100%;
  }
  .sryh .mb1 .md3c:nth-child(2) {
    margin-top: 25px;
  }
  .sryh .s4 {
    height: unset;
    flex-wrap: wrap;
  }
  .sryh .s4 .ren {
    width: 100%;
    height: unset;
  }
  .sryh .mb2 {
    flex-wrap: wrap;
  }
  .sryh .mb2 .st {
    margin-top:20px;
    margin-bottom: 20px;
  }
  .sryh .mb2 .sbb {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .sryh .mb3 .video_left {
    width: 100%;
 height: unset;
  }
  .sryh .mb3 .video_left:nth-child(2),
  .sryh .mb3 .video_left:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .sryh .md1 .spw .wzb .ttt {
    margin-bottom: 0;
    font-size: 40px;
  }
  .sryh .md1 .spw .wzb .en {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .sryh .mb0 .scc .zzz .jjj {
    display: none;
  }
  .sryh .mb1 .md3c .pwz {
    left: 25px;
  }
  .sryh .s1 .chg2 {
    font-size: 40px;
  }
  .sryh .mb1 .md3c .pwz .t4 .mor {
    margin-top: 0;
  }
}
.listt .lcot .lrbg p img{
 max-width: 100%;
}


/*全局scroll*/
.layui-table-box{
   overflow: scroll!important;
}